#18AA27

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

Shades of Forest Green #18AA27

Tints of Forest Green #18AA27

Color information

#18AA27 (or 0x18AA27) is unknown color: approx Forest Green. HEX triplet: 18, AA and 27. RGB value is (24,170,39). Sum of RGB (Red+Green+Blue) = 24+170+39=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA27 is #E755D8. Grayscale: #6F6F6F. Windows color (decimal): -15160793 or 2599448. OLE color: 2599448.

HSL color Cylindrical-coordinate representation of color #18AA27: hue angle of 126.16º degrees, saturation: 0.75, 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 #18AA27 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB2417039-
CMYK0.8600.770.33
HSL126.16º75.26%38.04%-
HSV(B)126.16º85.88%66.67%-
XYZ15.1229.096.74-
YUV111.4187.1365.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 170 (66.80% from 255) = 72.96%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=10.30%
G=72.96%
B=16.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170390.8600.770.33126.1675.2638.04
Hex18AA275604D217e4b26
Octal302524712601154117611346
Binary110001010101010011110101100100110110000111111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,39); }

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

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

 a { background-color: rgb(24,170,39); }

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

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

 span { border-color: rgb(24,170,39); }

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