#1AAD17

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

Shades of Forest Green #1AAD17

Tints of Forest Green #1AAD17

Color information

#1AAD17 (or 0x1AAD17) is unknown color: approx Forest Green. HEX triplet: 1A, AD and 17. RGB value is (26,173,23). Sum of RGB (Red+Green+Blue) = 26+173+23=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAD17 is #E552E8. Grayscale: #707070. Windows color (decimal): -15028969 or 1551642. OLE color: 1551642.

HSL color Cylindrical-coordinate representation of color #1AAD17: hue angle of 118.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAD17 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB2617323-
CMYK0.8500.870.32
HSL118.8º76.53%38.43%-
HSV(B)118.8º86.71%67.84%-
XYZ15.5230.175.82-
YUV111.9577.866.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 173 (67.97% from 255) = 77.93%
BLUE value IS 23 (9.38% from 255) = 10.36%
R=11.71%
G=77.93%
B=10.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26173230.8500.870.32118.876.5338.43
Hex1AAD175505720774d26
Octal322552712501274016711546
Binary11010101011011011110101010101011110000011101111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,173,23); }

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

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

 a { background-color: rgb(26,173,23); }

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

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

 span { border-color: rgb(26,173,23); }

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