#18A228

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

Shades of Forest Green #18A228

Tints of Forest Green #18A228

Color information

#18A228 (or 0x18A228) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 28. RGB value is (24,162,40). Sum of RGB (Red+Green+Blue) = 24+162+40=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #18A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A228 is #E75DD7. Grayscale: #6B6B6B. Windows color (decimal): -15162840 or 2662936. OLE color: 2662936.

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

Color convert

RGB2416240-
CMYK0.8500.750.36
HSL126.96º74.19%36.47%-
HSV(B)126.96º85.19%63.53%-
XYZ13.6826.196.34-
YUV106.8390.2868.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 162 (63.67% from 255) = 71.68%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=10.62%
G=71.68%
B=17.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162400.8500.750.36126.9674.1936.47
Hex18A2285504B247f4a24
Octal302425012501134417711244
Binary110001010001010100010101010100101110010011111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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