COLOR #12A301

HEX: #12A301 RGB: (18,163,1)

Color info

#12A301 contains mainly green color. Web safe color of #12A301 is #009900 (or #090).

RGB color model

#12A301 color RGB value is (18,163,1).

RGB: (18,163,1) (7%, 64%, 0%)

RGB channels and saturation

R 18 of 255 = 7%
G 163 of 255 = 64%
B 1 of 255 = 0%

18
163
1

R + G + B ~ 24%. #12A301 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 163 + 1 = 182 (100%)
R 18 of 182 ~ 9.89%
G 163 of 182 ~ 89.56%
B 1 of 182 ~ 0.55'%

%89.56

CMYK color model

#12A301 color CMYK value is (89,0,99,36).

  • cyan value is 88.96%
  • magenta value is 0.00%
  • yellow value is 99.39%
  • key color value is 36.08%

CMYK: (89,0,99,36)
C89M0Y99K36 (89%, 0%, 99%, 36%)
(0.89 / 0.00 / 0.99 / 0.36)

CMYK percentages

%88.96
%0
%99.39
%36.08

Codes

Color #12A301 in popluar color models

12 A3 01
RGB 18 163 1
HSL 114° 98.78% 32.16%
HSB/HSV 114° 99.39% 63.92%
CMYK 88.96% 0.00% 99.39%
36.08%

Color #12A301 in popluar number systems.

HEX 12 A3 01
Decimal 18 163 1
Binary 10010 10100011 1
Octal 22 243 1

Shades and tints

Shades of #12A301

#12A301
(18,163,1)
#119501
(17,149,1)
#108701
(16,135,1)
#0F7901
(15,121,1)
#0E6B01
(14,107,1)
#0D5D01
(13,93,1)
#0C4F01
(12,79,1)
#0B4101
(11,65,1)
#0A3301
(10,51,1)
#092501
(9,37,1)
#081701
(8,23,1)
#000000
(0,0,0)

Tints of #12A301

#12A301
(18,163,1)
#27AB18
(39,171,24)
#3CB32F
(60,179,47)
#51BB46
(81,187,70)
#66C35D
(102,195,93)
#7BCB74
(123,203,116)
#90D38B
(144,211,139)
#A5DBA2
(165,219,162)
#BAE3B9
(186,227,185)
#CFEBD0
(207,235,208)
#E4F3E7
(228,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A301 color. Also use rgb(18,163,1) instead hex code.

Text Font Color

.myTextColor { color: #12A301; }

<p style="color:#12A301">This sample text font color is #12A301.</p>

This text font color is #12A301.

Background Color

.myBgColor { background-color: #12A301; }

<div style="background-color:#12A301">Inner text</div>

This div background color is #12A301.

Border color

.myBorderColor { border: 1px solid #12A301; }

<div style="border:3px solid #12A301">Div</div>

This div border color is #12A301.

Opacity

.myOpacity80 { color: #12A301; opacity: 0.8; }

<p style="color:#12A301;opacity:0.8;">80%</p>

Text with #12A301 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #12A301;}

<p style="text-shadow: 3px 3px 1px #12A301">Text here.</p>

This text has shadow with #12A301 color.


.textShadow {text-shadow: 3px 3px 1px #12A301', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #12A301, 5px 5px 20px red">Text here.</p>

This text has shadow with #12A301 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12A301, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#12A301, Direction=45, Strength=4)">Text</p>

This text has shadow with #12A301 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #12A301;
-webkit-box-shadow: 1px 1px 3px 2px #12A301;
box-shadow: 1px 1px 3px 2px #12A301;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12A301; -webkit-box-shadow: 1px 1px 3px 2px #12A301; box-shadow:1px 1px 3px 2px #12A301;">
Div content here
</div>

This div box has shadow with color #12A301.

Preview

Color preview on black background

This text has color #12A301 on black background.


Color preview on white background

This text has color #12A301 on white background.


Black color preview on #12A301 background

This text has black color on #12A301 background.


White color preview on #12A301 background

This text has white color on #12A301 background.


Related colors

Complementary color

Complementary color for #12A301 is #ED5CFE.


I love getcolorcode.com

Triadic colors

1 #0112A3 and #A30112 with #12A301 are triadic colors.

2 #01A312 and #A31201 with #12A301 are triadic colors.