Html Css Color HEX #18AC20 Forest Green

📋 copy color: '#18AC20'

red 24 ◦ green 172 ◦ blue 32

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

Shades of Forest Green #18AC20

Tints of Forest Green #18AC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 10.53%
G = 75.44%
B = 14.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#18AC20 (or 0x18AC20) is known color: Forest Green. HEX triplet: 18, AC and 20. RGB value is (24,172,32). Sum of RGB (Red+Green+Blue) = 24+172+32=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AC20 is #E753DF. Grayscale: #707070. Windows color (decimal): -15160288 or 2141208. OLE color: 2141208.

HSL color Cylindrical-coordinate representation of color #18AC20: hue angle of 123.24º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC20 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 32 -
CMYK 0.86 0 0.81 0.33
HSL 123.24º 0.76% 0.38% -
HSV(B) 123.24º 0.86% 0.67% -
XYZ 15.39 29.8 6.31 -
YUV 111.79 82.97 65.38 -
System Red Green Blue C M Y K H S L
Decimal 24 172 32 0.86 0 0.81 0.33 123.24 0.76 0.38
Hex 18 AC 20 56 0 51 21 7B 4C 26
Octal 30 254 40 126 0 121 41 173 114 46
Binary 11000 10101100 100000 1010110 0 1010001 100001 1111011 1001100 100110

Color Harmonies of #18AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC20

Black with #18AC20

Text Example


Text Example

White with #18AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,32); }

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

background-color css

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

 a { background-color: rgb(24,172,32); }

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

border-color css

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

 span { border-color: rgb(24,172,32); }

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