#1AA417

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

Shades of Forest Green #1AA417

Tints of Forest Green #1AA417

Color information

#1AA417 (or 0x1AA417) is unknown color: approx Forest Green. HEX triplet: 1A, A4 and 17. RGB value is (26,164,23). Sum of RGB (Red+Green+Blue) = 26+164+23=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA417 is #E55BE8. Grayscale: #6B6B6B. Windows color (decimal): -15031273 or 1549338. OLE color: 1549338.

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

Color convert

RGB2616423-
CMYK0.8400.860.36
HSL118.72º75.4%36.67%-
HSV(B)118.72º85.98%64.31%-
XYZ13.8626.835.26-
YUV106.6680.7870.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 164 (64.45% from 255) = 77.00%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=12.21%
G=77.00%
B=10.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26164230.8400.860.36118.7275.436.67
Hex1AA4175405624774b25
Octal322442712401264416711345
Binary11010101001001011110101000101011010010011101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,164,23); }

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

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

 a { background-color: rgb(26,164,23); }

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

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

 span { border-color: rgb(26,164,23); }

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