#12A22A

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

Shades of Forest Green #12A22A

Tints of Forest Green #12A22A

Color information

#12A22A (or 0x12A22A) is unknown color: approx Forest Green. HEX triplet: 12, A2 and 2A. RGB value is (18,162,42). Sum of RGB (Red+Green+Blue) = 18+162+42=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 162 (63.67% from 255 or 72.97% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 162 - color contains mainly: green. Hex color #12A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A22A is #ED5DD5. Grayscale: #696969. Windows color (decimal): -15556054 or 2794002. OLE color: 2794002.

HSL color Cylindrical-coordinate representation of color #12A22A: hue angle of 130º 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 #12A22A is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1816242-
CMYK0.8900.740.36
HSL130º80%35.29%-
HSV(B)130º88.89%63.53%-
XYZ13.5926.146.52-
YUV105.2692.2965.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 162 (63.67% from 255) = 72.97%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=8.11%
G=72.97%
B=18.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162420.8900.740.361308035.29
Hex12A22A5904A24825023
Octal222425213101124420212043
Binary1001010100010101010101100101001010100100100000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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