#1A9716

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

Shades of Forest Green #1A9716

Tints of Forest Green #1A9716

Color information

#1A9716 (or 0x1A9716) is unknown color: approx Forest Green. HEX triplet: 1A, 97 and 16. RGB value is (26,151,22). Sum of RGB (Red+Green+Blue) = 26+151+22=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #1A9716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9716 is #E568E9. Grayscale: #636363. Windows color (decimal): -15034602 or 1480474. OLE color: 1480474.

HSL color Cylindrical-coordinate representation of color #1A9716: hue angle of 118.14º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9716 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB2615122-
CMYK0.8300.850.41
HSL118.14º74.57%33.92%-
HSV(B)118.14º85.43%59.22%-
XYZ11.6422.414.47-
YUV98.9284.5975.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 151 (59.38% from 255) = 75.88%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=13.07%
G=75.88%
B=11.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26151220.8300.850.41118.1474.5733.92
Hex1A97165305529764b22
Octal322272612301255116611342
Binary11010100101111011010100110101010110100111101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,151,22); }

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

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

 a { background-color: rgb(26,151,22); }

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

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

 span { border-color: rgb(26,151,22); }

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