#16907F

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

Shades of Elf Green #16907F

Tints of Elf Green #16907F

Color information

#16907F (or 0x16907F) is unknown color: approx Elf Green. HEX triplet: 16, 90 and 7F. RGB value is (22,144,127). Sum of RGB (Red+Green+Blue) = 22+144+127=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #16907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16907F is #E96F80. Grayscale: #696969. Windows color (decimal): -15298433 or 8359958. OLE color: 8359958.

HSL color Cylindrical-coordinate representation of color #16907F: hue angle of 171.64º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16907F is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB22144127-
CMYK0.8500.120.44
HSL171.64º73.49%32.55%-
HSV(B)171.64º84.72%56.47%-
XYZ14.1321.6523.51-
YUV105.58140.0868.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 127 (50% from 255) = 43.34%
R=7.51%
G=49.15%
B=43.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221441270.8500.120.44171.6473.4932.55
Hex16907F550C2Cac4921
Octal262201771250145425411141
Binary10110100100001111111101010101100101100101011001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16907F; }

 p { color: rgb(22,144,127); }

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

<style>
 a { background-color: #16907F; }

 a { background-color: rgb(22,144,127); }

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

<style>
 span { border-color: #16907F; }

 span { border-color: rgb(22,144,127); }

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