#0D8C63

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

Shades of Elf Green #0D8C63

Tints of Elf Green #0D8C63

Color information

#0D8C63 (or 0x0D8C63) is unknown color: approx Elf Green. HEX triplet: 0D, 8C and 63. RGB value is (13,140,99). Sum of RGB (Red+Green+Blue) = 13+140+99=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8C63 is #F2739C. Grayscale: #616161. Windows color (decimal): -15889309 or 6523917. OLE color: 6523917.

HSL color Cylindrical-coordinate representation of color #0D8C63: hue angle of 160.63º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8C63 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1314099-
CMYK0.9100.290.45
HSL160.63º83.01%30%-
HSV(B)160.63º90.71%54.9%-
XYZ11.819.7414.99-
YUV97.35128.9267.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=5.16%
G=55.56%
B=39.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13140990.9100.290.45160.6383.0130
HexD8C635B01D2Da1531e
Octal152141431330355524112336
Binary1101100011001100011101101101110110110110100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,99); }

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

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

 a { background-color: rgb(13,140,99); }

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

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

 span { border-color: rgb(13,140,99); }

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