#0F8F69

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

Shades of Elf Green #0F8F69

Tints of Elf Green #0F8F69

Color information

#0F8F69 (or 0x0F8F69) is unknown color: approx Elf Green. HEX triplet: 0F, 8F and 69. RGB value is (15,143,105). Sum of RGB (Red+Green+Blue) = 15+143+105=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F69 is #F07096. Grayscale: #646464. Windows color (decimal): -15757463 or 6917903. OLE color: 6917903.

HSL color Cylindrical-coordinate representation of color #0F8F69: hue angle of 162.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F69 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB15143105-
CMYK0.9000.270.44
HSL162.19º81.01%30.98%-
HSV(B)162.19º89.51%56.08%-
XYZ12.5720.7716.71-
YUV100.4130.5967.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 143 (56.25% from 255) = 54.37%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=5.70%
G=54.37%
B=39.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151431050.9000.270.44162.1981.0130.98
HexF8F695A01B2Ca2511f
Octal172171511320335424212137
Binary1111100011111101001101101001101110110010100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,105); }

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

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

 a { background-color: rgb(15,143,105); }

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

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

 span { border-color: rgb(15,143,105); }

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