#1AAC15

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

Shades of Forest Green #1AAC15

Tints of Forest Green #1AAC15

Color information

#1AAC15 (or 0x1AAC15) is unknown color: approx Forest Green. HEX triplet: 1A, AC and 15. RGB value is (26,172,21). Sum of RGB (Red+Green+Blue) = 26+172+21=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 172 (67.58% from 255 or 78.54% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAC15 is #E553EA. Grayscale: #6F6F6F. Windows color (decimal): -15029227 or 1420314. OLE color: 1420314.

HSL color Cylindrical-coordinate representation of color #1AAC15: hue angle of 118.01º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAC15 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB2617221-
CMYK0.8500.880.33
HSL118.01º78.24%37.84%-
HSV(B)118.01º87.79%67.45%-
XYZ15.3129.785.65-
YUV111.1377.1367.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 172 (67.58% from 255) = 78.54%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=11.87%
G=78.54%
B=9.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26172210.8500.880.33118.0178.2437.84
Hex1AAC155505821764e26
Octal322542512501304116611646
Binary11010101011001010110101010101100010000111101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,172,21); }

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

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

 a { background-color: rgb(26,172,21); }

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

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

 span { border-color: rgb(26,172,21); }

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