Html Css Color HEX #12A11D Forest Green

📋 copy color: '#12A11D'

red 18 ◦ green 161 ◦ blue 29

#12A11D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12A11D

Tints of Forest Green #12A11D

RGB

 RED value IS 18 (7.42% from 255) = 8.65%

 GREEN value IS 161 (63.28% from 255) = 77.4%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 8.65%
G = 77.4%
B = 13.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12A11D (or 0x12A11D) is known color: Forest Green. HEX triplet: 12, A1 and 1D. RGB value is (18,161,29). Sum of RGB (Red+Green+Blue) = 18+161+29=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #12A11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A11D is #ED5EE2. Grayscale: #676767. Windows color (decimal): -15556323 or 1941778. OLE color: 1941778.

HSL color Cylindrical-coordinate representation of color #12A11D: hue angle of 124.62º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A11D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 161 29 -
CMYK 0.89 0 0.82 0.37
HSL 124.62º 0.8% 0.35% -
HSV(B) 124.62º 0.89% 0.63% -
XYZ 13.22 25.71 5.43 -
YUV 103.2 86.12 67.23 -
System Red Green Blue C M Y K H S L
Decimal 18 161 29 0.89 0 0.82 0.37 124.62 0.8 0.35
Hex 12 A1 1D 59 0 52 25 7D 50 23
Octal 22 241 35 131 0 122 45 175 120 43
Binary 10010 10100001 11101 1011001 0 1010010 100101 1111101 1010000 100011

Color Harmonies of #12A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A11D

Black with #12A11D

Text Example


Text Example

White with #12A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A11D; }

 p { color: rgb(18,161,29); }

 H1.HeaderClassName
 {
   color: #12A11D;
 }
 .AnyTagClassName
 {
   color: #12A11D;
 }
</style>

background-color css

<style>
 a { background-color: #12A11D; }

 a { background-color: rgb(18,161,29); }

 div.DivClassName
 {
   background-color: #12A11D;
 }
 .BgClassName
 {
   background-color: #12A11D;
 }
</style>

border-color css

<style>
 span { border-color: #12A11D; }

 span { border-color: rgb(18,161,29); }

 td.TdClassName
 {
   border-color: #12A11D;
 }
 .TagClassName
 {
   border-color: #12A11D;
 }
</style>