#0D9064

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

Shades of Elf Green #0D9064

Tints of Elf Green #0D9064

Color information

#0D9064 (or 0x0D9064) is unknown color: approx Elf Green. HEX triplet: 0D, 90 and 64. RGB value is (13,144,100). Sum of RGB (Red+Green+Blue) = 13+144+100=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9064 is #F26F9B. Grayscale: #636363. Windows color (decimal): -15888284 or 6590477. OLE color: 6590477.

HSL color Cylindrical-coordinate representation of color #0D9064: hue angle of 159.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9064 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB13144100-
CMYK0.9100.310.44
HSL159.85º83.44%30.78%-
HSV(B)159.85º90.97%56.47%-
XYZ12.4420.9515.45-
YUV99.82128.166.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 144 (56.64% from 255) = 56.03%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=5.06%
G=56.03%
B=38.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131441000.9100.310.44159.8583.4430.78
HexD90645B01F2Ca0531f
Octal152201441330375424012337
Binary1101100100001100100101101101111110110010100000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,100); }

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

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

 a { background-color: rgb(13,144,100); }

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

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

 span { border-color: rgb(13,144,100); }

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