#18A21A

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

Shades of Forest Green #18A21A

Tints of Forest Green #18A21A

Color information

#18A21A (or 0x18A21A) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 1A. RGB value is (24,162,26). Sum of RGB (Red+Green+Blue) = 24+162+26=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #18A21A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A21A is #E75DE5. Grayscale: #696969. Windows color (decimal): -15162854 or 1745432. OLE color: 1745432.

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

Color convert

RGB2416226-
CMYK0.8500.840.36
HSL120.87º74.19%36.47%-
HSV(B)120.87º85.19%63.53%-
XYZ13.4826.115.31-
YUV105.2383.2870.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=11.32%
G=76.42%
B=12.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162260.8500.840.36120.8774.1936.47
Hex18A21A5505424794a24
Octal302423212501244417111244
Binary11000101000101101010101010101010010010011110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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