#1AA221

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

Shades of Forest Green #1AA221

Tints of Forest Green #1AA221

Color information

#1AA221 (or 0x1AA221) is unknown color: approx Forest Green. HEX triplet: 1A, A2 and 21. RGB value is (26,162,33). Sum of RGB (Red+Green+Blue) = 26+162+33=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA221 is #E55DDE. Grayscale: #6B6B6B. Windows color (decimal): -15031775 or 2204186. OLE color: 2204186.

HSL color Cylindrical-coordinate representation of color #1AA221: hue angle of 123.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA221 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB2616233-
CMYK0.8400.800.36
HSL123.09º72.34%36.86%-
HSV(B)123.09º83.95%63.53%-
XYZ13.6226.175.77-
YUV106.6386.4470.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 162 (63.67% from 255) = 73.30%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=11.76%
G=73.30%
B=14.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162330.8400.800.36123.0972.3436.86
Hex1AA22154050247b4825
Octal322424112401204417311045
Binary110101010001010000110101000101000010010011110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA221; }

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

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

<style>
 a { background-color: #1AA221; }

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

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

<style>
 span { border-color: #1AA221; }

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

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