#12A21A

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

Shades of Forest Green #12A21A

Tints of Forest Green #12A21A

Color information

#12A21A (or 0x12A21A) is unknown color: approx Forest Green. HEX triplet: 12, A2 and 1A. RGB value is (18,162,26). Sum of RGB (Red+Green+Blue) = 18+162+26=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #12A21A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A21A is #ED5DE5. Grayscale: #676767. Windows color (decimal): -15556070 or 1745426. OLE color: 1745426.

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

Color convert

RGB1816226-
CMYK0.8900.840.36
HSL123.33º80%35.29%-
HSV(B)123.33º88.89%63.53%-
XYZ13.3626.045.3-
YUV103.4484.2967.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 162 (63.67% from 255) = 78.64%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=8.74%
G=78.64%
B=12.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162260.8900.840.36123.338035.29
Hex12A21A59054247b5023
Octal222423213101244417312043
Binary10010101000101101010110010101010010010011110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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