#0E9568

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

Shades of Elf Green #0E9568

Tints of Elf Green #0E9568

Color information

#0E9568 (or 0x0E9568) is unknown color: approx Elf Green. HEX triplet: 0E, 95 and 68. RGB value is (14,149,104). Sum of RGB (Red+Green+Blue) = 14+149+104=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9568 is #F16A97. Grayscale: #676767. Windows color (decimal): -15821464 or 6853902. OLE color: 6853902.

HSL color Cylindrical-coordinate representation of color #0E9568: hue angle of 160º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9568 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14149104-
CMYK0.9100.300.42
HSL160º82.82%31.96%-
HSV(B)160º90.6%58.43%-
XYZ13.4322.5916.75-
YUV103.5128.2764.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=5.24%
G=55.81%
B=38.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141491040.9100.300.4216082.8231.96
HexE95685B01E2Aa05320
Octal162251501330365224012340
Binary11101001010111010001011011011110101010101000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9568; }

 p { color: rgb(14,149,104); }

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

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

 a { background-color: rgb(14,149,104); }

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

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

 span { border-color: rgb(14,149,104); }

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