#18A215

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

Shades of Forest Green #18A215

Tints of Forest Green #18A215

Color information

#18A215 (or 0x18A215) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 15. RGB value is (24,162,21). Sum of RGB (Red+Green+Blue) = 24+162+21=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #18A215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A215 is #E75DEA. Grayscale: #696969. Windows color (decimal): -15162859 or 1417752. OLE color: 1417752.

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

Color convert

RGB2416221-
CMYK0.8500.870.36
HSL118.72º77.05%35.88%-
HSV(B)118.72º87.04%63.53%-
XYZ13.4326.095.04-
YUV104.6680.7870.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 162 (63.67% from 255) = 78.26%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=11.59%
G=78.26%
B=10.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162210.8500.870.36118.7277.0535.88
Hex18A2155505724774d24
Octal302422512501274416711544
Binary11000101000101010110101010101011110010011101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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