#0F8B5E

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

Shades of Elf Green #0F8B5E

Tints of Elf Green #0F8B5E

Color information

#0F8B5E (or 0x0F8B5E) is unknown color: approx Elf Green. HEX triplet: 0F, 8B and 5E. RGB value is (15,139,94). Sum of RGB (Red+Green+Blue) = 15+139+94=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B5E is #F074A1. Grayscale: #606060. Windows color (decimal): -15758498 or 6195983. OLE color: 6195983.

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

Color convert

RGB1513994-
CMYK0.8900.320.45
HSL158.23º80.52%30.2%-
HSV(B)158.23º89.21%54.51%-
XYZ11.4519.3713.73-
YUV96.79126.4269.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 139 (54.69% from 255) = 56.05%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=6.05%
G=56.05%
B=37.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139940.8900.320.45158.2380.5230.2
HexF8B5E590202D9e511e
Octal172131361310405523612136
Binary11111000101110111101011001010000010110110011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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