#18A718

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

Shades of Forest Green #18A718

Tints of Forest Green #18A718

Color information

#18A718 (or 0x18A718) is unknown color: approx Forest Green. HEX triplet: 18, A7 and 18. RGB value is (24,167,24). Sum of RGB (Red+Green+Blue) = 24+167+24=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 167 (65.62% from 255 or 77.67% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 167 - color contains mainly: green. Hex color #18A718 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A718 is #E758E7. Grayscale: #6C6C6C. Windows color (decimal): -15161576 or 1615640. OLE color: 1615640.

HSL color Cylindrical-coordinate representation of color #18A718: hue angle of 120º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A718 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB2416724-
CMYK0.8600.860.35
HSL120º74.87%37.45%-
HSV(B)120º85.63%65.49%-
XYZ14.3627.95.49-
YUV107.9480.6268.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 167 (65.62% from 255) = 77.67%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=11.16%
G=77.67%
B=11.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24167240.8600.860.3512074.8737.45
Hex18A7185605623784b25
Octal302473012601264317011345
Binary11000101001111100010101100101011010001111110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,24); }

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

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

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

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

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

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

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