#16936A

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

Shades of Elf Green #16936A

Tints of Elf Green #16936A

Color information

#16936A (or 0x16936A) is unknown color: approx Elf Green. HEX triplet: 16, 93 and 6A. RGB value is (22,147,106). Sum of RGB (Red+Green+Blue) = 22+147+106=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #16936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16936A is #E96C95. Grayscale: #686868. Windows color (decimal): -15297686 or 6984470. OLE color: 6984470.

HSL color Cylindrical-coordinate representation of color #16936A: hue angle of 160.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16936A is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB22147106-
CMYK0.8500.280.42
HSL160.32º73.96%33.14%-
HSV(B)160.32º85.03%57.65%-
XYZ13.3722.0817.19-
YUV104.95128.5968.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=8%
G=53.45%
B=38.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221471060.8500.280.42160.3273.9633.14
Hex16936A5501C2Aa04a21
Octal262231521250345224011241
Binary101101001001111010101010101011100101010101000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16936A; }

 p { color: rgb(22,147,106); }

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

<style>
 a { background-color: #16936A; }

 a { background-color: rgb(22,147,106); }

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

<style>
 span { border-color: #16936A; }

 span { border-color: rgb(22,147,106); }

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