#1AA512

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

Shades of Forest Green #1AA512

Tints of Forest Green #1AA512

Color information

#1AA512 (or 0x1AA512) is unknown color: approx Forest Green. HEX triplet: 1A, A5 and 12. RGB value is (26,165,18). Sum of RGB (Red+Green+Blue) = 26+165+18=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA512 is #E55AED. Grayscale: #6B6B6B. Windows color (decimal): -15031022 or 1221914. OLE color: 1221914.

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

Color convert

RGB2616518-
CMYK0.8400.890.35
HSL116.73º80.33%35.88%-
HSV(B)116.73º89.09%64.71%-
XYZ13.9927.175.08-
YUV106.6877.9570.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 165 (64.84% from 255) = 78.95%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=12.44%
G=78.95%
B=8.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26165180.8400.890.35116.7380.3335.88
Hex1AA5125405923755024
Octal322452212401314316512044
Binary11010101001011001010101000101100110001111101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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