#0F9370

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

Shades of Elf Green #0F9370

Tints of Elf Green #0F9370

Color information

#0F9370 (or 0x0F9370) is unknown color: approx Elf Green. HEX triplet: 0F, 93 and 70. RGB value is (15,147,112). Sum of RGB (Red+Green+Blue) = 15+147+112=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9370 is #F06C8F. Grayscale: #676767. Windows color (decimal): -15756432 or 7377679. OLE color: 7377679.

HSL color Cylindrical-coordinate representation of color #0F9370: hue angle of 164.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9370 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB15147112-
CMYK0.9000.240.42
HSL164.09º81.48%31.76%-
HSV(B)164.09º89.8%57.65%-
XYZ13.5622.1418.89-
YUV103.54132.7764.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=5.47%
G=53.65%
B=40.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471120.9000.240.42164.0981.4831.76
HexF93705A0182Aa45120
Octal172231601320305224412140
Binary11111001001111100001011010011000101010101001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,147,112); }

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

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

 a { background-color: rgb(15,147,112); }

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

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

 span { border-color: rgb(15,147,112); }

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