Html Css Color HEX #18A213 Forest Green

📋 copy color: '#18A213'

red 24 ◦ green 162 ◦ blue 19

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

Shades of Forest Green #18A213

Tints of Forest Green #18A213

RGB

 RED value IS 24 (9.77% from 255) = 11.71%

 GREEN value IS 162 (63.67% from 255) = 79.02%

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 11.71%
G = 79.02%
B = 9.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#18A213 (or 0x18A213) is known color: Forest Green. HEX triplet: 18, A2 and 13. RGB value is (24,162,19). Sum of RGB (Red+Green+Blue) = 24+162+19=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #18A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A213 is #E75DEC. Grayscale: #686868. Windows color (decimal): -15162861 or 1286680. OLE color: 1286680.

HSL color Cylindrical-coordinate representation of color #18A213: hue angle of 117.9º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A213 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 162 19 -
CMYK 0.85 0 0.88 0.36
HSL 117.9º 0.79% 0.35% -
HSV(B) 117.9º 0.88% 0.64% -
XYZ 13.41 26.08 4.94 -
YUV 104.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 24 162 19 0.85 0 0.88 0.36 117.9 0.79 0.35
Hex 18 A2 13 55 0 58 24 76 4F 23
Octal 30 242 23 125 0 130 44 166 117 43
Binary 11000 10100010 10011 1010101 0 1011000 100100 1110110 1001111 100011

Color Harmonies of #18A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A213

Black with #18A213

Text Example


Text Example

White with #18A213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A213; }

 p { color: rgb(24,162,19); }

 H1.HeaderClassName
 {
   color: #18A213;
 }
 .AnyTagClassName
 {
   color: #18A213;
 }
</style>

background-color css

<style>
 a { background-color: #18A213; }

 a { background-color: rgb(24,162,19); }

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

border-color css

<style>
 span { border-color: #18A213; }

 span { border-color: rgb(24,162,19); }

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