#18A11A

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

Shades of Forest Green #18A11A

Tints of Forest Green #18A11A

Color information

#18A11A (or 0x18A11A) is unknown color: approx Forest Green. HEX triplet: 18, A1 and 1A. RGB value is (24,161,26). Sum of RGB (Red+Green+Blue) = 24+161+26=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #18A11A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A11A is #E75EE5. Grayscale: #696969. Windows color (decimal): -15163110 or 1745176. OLE color: 1745176.

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

Color convert

RGB2416126-
CMYK0.8500.840.37
HSL120.88º74.05%36.27%-
HSV(B)120.88º85.09%63.14%-
XYZ13.3125.765.25-
YUV104.6583.6170.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 161 (63.28% from 255) = 76.30%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=11.37%
G=76.30%
B=12.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24161260.8500.840.37120.8874.0536.27
Hex18A11A5505425794a24
Octal302413212501244517111244
Binary11000101000011101010101010101010010010111110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,161,26); }

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

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

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

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

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

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

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