#1AA21E

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

Shades of Forest Green #1AA21E

Tints of Forest Green #1AA21E

Color information

#1AA21E (or 0x1AA21E) is unknown color: approx Forest Green. HEX triplet: 1A, A2 and 1E. RGB value is (26,162,30). Sum of RGB (Red+Green+Blue) = 26+162+30=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA21E is #E55DE1. Grayscale: #6A6A6A. Windows color (decimal): -15031778 or 2007578. OLE color: 2007578.

HSL color Cylindrical-coordinate representation of color #1AA21E: hue angle of 121.76º 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 #1AA21E is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB2616230-
CMYK0.8400.810.36
HSL121.76º72.34%36.86%-
HSV(B)121.76º83.95%63.53%-
XYZ13.5826.155.56-
YUV106.2984.9470.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=11.93%
G=74.31%
B=13.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162300.8400.810.36121.7672.3436.86
Hex1AA21E54051247a4825
Octal322423612401214417211045
Binary11010101000101111010101000101000110010011110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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