#1AA62C

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

Shades of Forest Green #1AA62C

Tints of Forest Green #1AA62C

Color information

#1AA62C (or 0x1AA62C) is unknown color: approx Forest Green. HEX triplet: 1A, A6 and 2C. RGB value is (26,166,44). Sum of RGB (Red+Green+Blue) = 26+166+44=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 166 (65.23% from 255 or 70.34% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA62C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA62C is #E559D3. Grayscale: #6E6E6E. Windows color (decimal): -15030740 or 2926106. OLE color: 2926106.

HSL color Cylindrical-coordinate representation of color #1AA62C: hue angle of 127.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA62C is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB2616644-
CMYK0.8400.730.35
HSL127.71º72.92%37.65%-
HSV(B)127.71º84.34%65.1%-
XYZ14.5227.676.96-
YUV110.2390.6267.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.02%
GREEN value IS 166 (65.23% from 255) = 70.34%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=11.02%
G=70.34%
B=18.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26166440.8400.730.35127.7172.9237.65
Hex1AA62C5404923804926
Octal322465412401114320011146
Binary1101010100110101100101010001001001100011100000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,166,44); }

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

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

 a { background-color: rgb(26,166,44); }

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

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

 span { border-color: rgb(26,166,44); }

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