#169468

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

Shades of Elf Green #169468

Tints of Elf Green #169468

Color information

#169468 (or 0x169468) is unknown color: approx Elf Green. HEX triplet: 16, 94 and 68. RGB value is (22,148,104). Sum of RGB (Red+Green+Blue) = 22+148+104=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #169468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169468 is #E96B97. Grayscale: #696969. Windows color (decimal): -15297432 or 6853654. OLE color: 6853654.

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

Color convert

RGB22148104-
CMYK0.8500.300.42
HSL159.05º74.12%33.33%-
HSV(B)159.05º85.14%58.04%-
XYZ13.4222.3516.7-
YUV105.31127.2668.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=8.03%
G=54.01%
B=37.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221481040.8500.300.42159.0574.1233.33
Hex1694685501E2A9f4a21
Octal262241501250365223711241
Binary101101001010011010001010101011110101010100111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169468; }

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

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

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

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

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

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

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

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