#18A316

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

Shades of Forest Green #18A316

Tints of Forest Green #18A316

Color information

#18A316 (or 0x18A316) is unknown color: approx Forest Green. HEX triplet: 18, A3 and 16. RGB value is (24,163,22). Sum of RGB (Red+Green+Blue) = 24+163+22=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #18A316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A316 is #E75CE9. Grayscale: #696969. Windows color (decimal): -15162602 or 1483544. OLE color: 1483544.

HSL color Cylindrical-coordinate representation of color #18A316: hue angle of 119.15º degrees, saturation: 0.76, 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 #18A316 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB2416322-
CMYK0.8500.870.36
HSL119.15º76.22%36.27%-
HSV(B)119.15º86.5%63.92%-
XYZ13.6226.455.15-
YUV105.3680.9569.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=11.48%
G=77.99%
B=10.53%

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
Decimal24163220.8500.870.36119.1576.2236.27
Hex18A3165505724774c24
Octal302432612501274416711444
Binary11000101000111011010101010101011110010011101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,22); }

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

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

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

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

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

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

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