#0D9167

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

Shades of Elf Green #0D9167

Tints of Elf Green #0D9167

Color information

#0D9167 (or 0x0D9167) is unknown color: approx Elf Green. HEX triplet: 0D, 91 and 67. RGB value is (13,145,103). Sum of RGB (Red+Green+Blue) = 13+145+103=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9167 is #F26E98. Grayscale: #646464. Windows color (decimal): -15888025 or 6787341. OLE color: 6787341.

HSL color Cylindrical-coordinate representation of color #0D9167: hue angle of 160.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9167 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB13145103-
CMYK0.9100.290.43
HSL160.91º83.54%30.98%-
HSV(B)160.91º91.03%56.86%-
XYZ12.7421.3216.27-
YUV100.74129.2765.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=4.98%
G=55.56%
B=39.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131451030.9100.290.43160.9183.5430.98
HexD91675B01D2Ba1541f
Octal152211471330355324112437
Binary1101100100011100111101101101110110101110100001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,145,103); }

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

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

 a { background-color: rgb(13,145,103); }

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

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

 span { border-color: rgb(13,145,103); }

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