#1AA510

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

Shades of Forest Green #1AA510

Tints of Forest Green #1AA510

Color information

#1AA510 (or 0x1AA510) is unknown color: approx Forest Green. HEX triplet: 1A, A5 and 10. RGB value is (26,165,16). Sum of RGB (Red+Green+Blue) = 26+165+16=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 165 (64.84% from 255 or 79.71% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA510 is #E55AEF. Grayscale: #6A6A6A. Windows color (decimal): -15031024 or 1090842. OLE color: 1090842.

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

Color convert

RGB2616516-
CMYK0.8400.900.35
HSL115.97º82.32%35.49%-
HSV(B)115.97º90.3%64.71%-
XYZ13.9727.175-
YUV106.4576.9570.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 165 (64.84% from 255) = 79.71%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=12.56%
G=79.71%
B=7.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26165160.8400.900.35115.9782.3235.49
Hex1AA5105405A23745223
Octal322452012401324316412243
Binary11010101001011000010101000101101010001111101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,165,16); }

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

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

 a { background-color: rgb(26,165,16); }

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

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

 span { border-color: rgb(26,165,16); }

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