Html Css Color HEX #1EAC12 Forest Green

📋 copy color: '#1EAC12'

red 30 ◦ green 172 ◦ blue 18

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

Shades of Forest Green #1EAC12

Tints of Forest Green #1EAC12

RGB

 RED value IS 30 (12.11% from 255) = 13.64%

 GREEN value IS 172 (67.58% from 255) = 78.18%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 13.64%
G = 78.18%
B = 8.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#1EAC12 (or 0x1EAC12) is known color: Forest Green. HEX triplet: 1E, AC and 12. RGB value is (30,172,18). Sum of RGB (Red+Green+Blue) = 30+172+18=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAC12 is #E153ED. Grayscale: #707070. Windows color (decimal): -14767086 or 1223710. OLE color: 1223710.

HSL color Cylindrical-coordinate representation of color #1EAC12: hue angle of 115.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EAC12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 172 18 -
CMYK 0.83 0 0.90 0.33
HSL 115.32º 0.81% 0.37% -
HSV(B) 115.32º 0.9% 0.67% -
XYZ 15.4 29.82 5.52 -
YUV 111.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 30 172 18 0.83 0 0.90 0.33 115.32 0.81 0.37
Hex 1E AC 12 53 0 5A 21 73 51 25
Octal 36 254 22 123 0 132 41 163 121 45
Binary 11110 10101100 10010 1010011 0 1011010 100001 1110011 1010001 100101

Color Harmonies of #1EAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAC12

Black with #1EAC12

Text Example


Text Example

White with #1EAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EAC12; }

 p { color: rgb(30,172,18); }

 H1.HeaderClassName
 {
   color: #1EAC12;
 }
 .AnyTagClassName
 {
   color: #1EAC12;
 }
</style>

background-color css

<style>
 a { background-color: #1EAC12; }

 a { background-color: rgb(30,172,18); }

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

border-color css

<style>
 span { border-color: #1EAC12; }

 span { border-color: rgb(30,172,18); }

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