#0F8B61

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

Shades of Elf Green #0F8B61

Tints of Elf Green #0F8B61

Color information

#0F8B61 (or 0x0F8B61) is unknown color: approx Elf Green. HEX triplet: 0F, 8B and 61. RGB value is (15,139,97). Sum of RGB (Red+Green+Blue) = 15+139+97=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B61 is #F0749E. Grayscale: #616161. Windows color (decimal): -15758495 or 6392591. OLE color: 6392591.

HSL color Cylindrical-coordinate representation of color #0F8B61: hue angle of 159.68º 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 #0F8B61 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1513997-
CMYK0.8900.300.45
HSL159.68º80.52%30.2%-
HSV(B)159.68º89.21%54.51%-
XYZ11.5919.4314.45-
YUV97.14127.9269.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.98%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=5.98%
G=55.38%
B=38.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139970.8900.300.45159.6880.5230.2
HexF8B615901E2Da0511e
Octal172131411310365524012136
Binary1111100010111100001101100101111010110110100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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