#0F8B6D

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

Shades of Elf Green #0F8B6D

Tints of Elf Green #0F8B6D

Color information

#0F8B6D (or 0x0F8B6D) is unknown color: approx Elf Green. HEX triplet: 0F, 8B and 6D. RGB value is (15,139,109). Sum of RGB (Red+Green+Blue) = 15+139+109=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B6D is #F07492. Grayscale: #626262. Windows color (decimal): -15758483 or 7179023. OLE color: 7179023.

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

Color convert

RGB15139109-
CMYK0.8900.220.45
HSL165.48º80.52%30.2%-
HSV(B)165.48º89.21%54.51%-
XYZ12.1919.6717.62-
YUV98.5133.9268.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=5.70%
G=52.85%
B=41.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151391090.8900.220.45165.4880.5230.2
HexF8B6D590162Da5511e
Octal172131551310265524512136
Binary1111100010111101101101100101011010110110100101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,109); }

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

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

 a { background-color: rgb(15,139,109); }

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

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

 span { border-color: rgb(15,139,109); }

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