#0F976A

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

Shades of Elf Green #0F976A

Tints of Elf Green #0F976A

Color information

#0F976A (or 0x0F976A) is unknown color: approx Elf Green. HEX triplet: 0F, 97 and 6A. RGB value is (15,151,106). Sum of RGB (Red+Green+Blue) = 15+151+106=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #0F976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F976A is #F06895. Grayscale: #696969. Windows color (decimal): -15755414 or 6985487. OLE color: 6985487.

HSL color Cylindrical-coordinate representation of color #0F976A: hue angle of 160.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F976A is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15151106-
CMYK0.9000.300.41
HSL160.15º81.93%32.55%-
HSV(B)160.15º90.07%59.22%-
XYZ13.8723.2817.4-
YUV105.21128.4463.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=5.51%
G=55.51%
B=38.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151511060.9000.300.41160.1581.9332.55
HexF976A5A01E29a05221
Octal172271521320365124012241
Binary11111001011111010101011010011110101001101000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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