#16975f

Color #16975F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #16975F

Tints of Elf Green #16975F

Color information

#16975F (or 0x16975F) is unknown color: approx Elf Green. HEX triplet: 16, 97 and 5F. RGB value is (22,151,95). Sum of RGB (Red+Green+Blue) = 22+151+95=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #16975F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16975F is #E968A0. Grayscale: #6A6A6A. Windows color (decimal): -15296673 or 6264598. OLE color: 6264598.

HSL color Cylindrical-coordinate representation of color #16975F: hue angle of 153.95º 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 #16975F is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB2215195-
CMYK0.8500.370.41
HSL153.95º74.57%33.92%-
HSV(B)153.95º85.43%59.22%-
XYZ13.4623.1314.58-
YUV106.04121.7668.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=8.21%
G=56.34%
B=35.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22151950.8500.370.41153.9574.5733.92
Hex16975F55025299a4b22
Octal262271371250455123211342
Binary1011010010111101111110101010100101101001100110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16975f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16975f; }

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

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

<style>
 a { background-color: #16975f; }

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

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

<style>
 span { border-color: #16975f; }

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

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