#16945f

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

Shades of Elf Green #16945F

Tints of Elf Green #16945F

Color information

#16945F (or 0x16945F) is unknown color: approx Elf Green. HEX triplet: 16, 94 and 5F. RGB value is (22,148,95). Sum of RGB (Red+Green+Blue) = 22+148+95=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #16945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16945F is #E96BA0. Grayscale: #686868. Windows color (decimal): -15297441 or 6263830. OLE color: 6263830.

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

Color convert

RGB2214895-
CMYK0.8500.360.42
HSL154.76º74.12%33.33%-
HSV(B)154.76º85.14%58.04%-
XYZ12.9922.1814.42-
YUV104.28122.7669.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=8.30%
G=55.85%
B=35.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22148950.8500.360.42154.7674.1233.33
Hex16945F550242A9b4a21
Octal262241371250445223311241
Binary1011010010100101111110101010100100101010100110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16945f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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