#0F946A

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

Shades of Elf Green #0F946A

Tints of Elf Green #0F946A

Color information

#0F946A (or 0x0F946A) is unknown color: approx Elf Green. HEX triplet: 0F, 94 and 6A. RGB value is (15,148,106). Sum of RGB (Red+Green+Blue) = 15+148+106=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #0F946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F946A is #F06B95. Grayscale: #676767. Windows color (decimal): -15756182 or 6984719. OLE color: 6984719.

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

Color convert

RGB15148106-
CMYK0.9000.280.42
HSL161.05º81.6%31.96%-
HSV(B)161.05º89.86%58.04%-
XYZ13.3922.3217.24-
YUV103.44129.4464.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 148 (58.20% from 255) = 55.02%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=5.58%
G=55.02%
B=39.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151481060.9000.280.42161.0581.631.96
HexF946A5A01C2Aa15220
Octal172241521320345224112240
Binary11111001010011010101011010011100101010101000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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