#0F946E

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

Shades of Elf Green #0F946E

Tints of Elf Green #0F946E

Color information

#0F946E (or 0x0F946E) is unknown color: approx Elf Green. HEX triplet: 0F, 94 and 6E. RGB value is (15,148,110). Sum of RGB (Red+Green+Blue) = 15+148+110=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #0F946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F946E is #F06B91. Grayscale: #676767. Windows color (decimal): -15756178 or 7246863. OLE color: 7246863.

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

Color convert

RGB15148110-
CMYK0.9000.260.42
HSL162.86º81.6%31.96%-
HSV(B)162.86º89.86%58.04%-
XYZ13.622.4118.36-
YUV103.9131.4464.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=5.49%
G=54.21%
B=40.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151481100.9000.260.42162.8681.631.96
HexF946E5A01A2Aa35220
Octal172241561320325224312240
Binary11111001010011011101011010011010101010101000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,110); }

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

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

 a { background-color: rgb(15,148,110); }

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

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

 span { border-color: rgb(15,148,110); }

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