#0F9366

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

Shades of Elf Green #0F9366

Tints of Elf Green #0F9366

Color information

#0F9366 (or 0x0F9366) is unknown color: approx Elf Green. HEX triplet: 0F, 93 and 66. RGB value is (15,147,102). Sum of RGB (Red+Green+Blue) = 15+147+102=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9366 is #F06C99. Grayscale: #666666. Windows color (decimal): -15756442 or 6722319. OLE color: 6722319.

HSL color Cylindrical-coordinate representation of color #0F9366: hue angle of 159.55º 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 #0F9366 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB15147102-
CMYK0.9000.310.42
HSL159.55º81.48%31.76%-
HSV(B)159.55º89.8%57.65%-
XYZ13.0321.9316.12-
YUV102.4127.7765.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.68%
GREEN value IS 147 (57.81% from 255) = 55.68%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=5.68%
G=55.68%
B=38.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471020.9000.310.42159.5581.4831.76
HexF93665A01F2Aa05120
Octal172231461320375224012140
Binary11111001001111001101011010011111101010101000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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