#1AA413

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

Shades of Forest Green #1AA413

Tints of Forest Green #1AA413

Color information

#1AA413 (or 0x1AA413) is unknown color: approx Forest Green. HEX triplet: 1A, A4 and 13. RGB value is (26,164,19). Sum of RGB (Red+Green+Blue) = 26+164+19=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA413 is #E55BEC. Grayscale: #6A6A6A. Windows color (decimal): -15031277 or 1287194. OLE color: 1287194.

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

Color convert

RGB2616419-
CMYK0.8400.880.36
HSL117.1º79.23%35.88%-
HSV(B)117.1º88.41%64.31%-
XYZ13.8226.825.06-
YUV106.2178.7870.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 164 (64.45% from 255) = 78.47%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=12.44%
G=78.47%
B=9.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26164190.8400.880.36117.179.2335.88
Hex1AA4135405824754f24
Octal322442312401304416511744
Binary11010101001001001110101000101100010010011101011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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