#16925E

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

Shades of Elf Green #16925E

Tints of Elf Green #16925E

Color information

#16925E (or 0x16925E) is unknown color: approx Elf Green. HEX triplet: 16, 92 and 5E. RGB value is (22,146,94). Sum of RGB (Red+Green+Blue) = 22+146+94=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #16925E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16925E is #E96DA1. Grayscale: #676767. Windows color (decimal): -15297954 or 6197782. OLE color: 6197782.

HSL color Cylindrical-coordinate representation of color #16925E: hue angle of 154.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16925E is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB2214694-
CMYK0.8500.360.43
HSL154.84º73.81%32.94%-
HSV(B)154.84º84.93%57.25%-
XYZ12.6321.5414.08-
YUV103122.9270.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=8.40%
G=55.73%
B=35.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22146940.8500.360.43154.8473.8132.94
Hex16925E550242B9b4a21
Octal262221361250445323311241
Binary1011010010010101111010101010100100101011100110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16925E; }

 p { color: rgb(22,146,94); }

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

<style>
 a { background-color: #16925E; }

 a { background-color: rgb(22,146,94); }

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

<style>
 span { border-color: #16925E; }

 span { border-color: rgb(22,146,94); }

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