#18A122

Color #18A122 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #18A122

Tints of Forest Green #18A122

Color information

#18A122 (or 0x18A122) is unknown color: approx Forest Green. HEX triplet: 18, A1 and 22. RGB value is (24,161,34). Sum of RGB (Red+Green+Blue) = 24+161+34=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 161 (63.28% from 255 or 73.52% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 161 - color contains mainly: green. Hex color #18A122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A122 is #E75EDD. Grayscale: #696969. Windows color (decimal): -15163102 or 2269464. OLE color: 2269464.

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

Color convert

RGB2416134-
CMYK0.8500.790.37
HSL124.38º74.05%36.27%-
HSV(B)124.38º85.09%63.14%-
XYZ13.4125.85.79-
YUV105.5687.6169.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 161 (63.28% from 255) = 73.52%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=10.96%
G=73.52%
B=15.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24161340.8500.790.37124.3874.0536.27
Hex18A1225504F257c4a24
Octal302414212501174517411244
Binary110001010000110001010101010100111110010111111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,161,34); }

 H1.HeaderClassName
 {
   color: #18A122;
 }
 .AnyTagClassName
 {
   color: #18A122;
 }
</style>
background-color css

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

 a { background-color: rgb(24,161,34); }

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

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

 span { border-color: rgb(24,161,34); }

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