#0F8F51

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

Shades of Salem #0F8F51

Tints of Salem #0F8F51

Color information

#0F8F51 (or 0x0F8F51) is unknown color: approx Salem. HEX triplet: 0F, 8F and 51. RGB value is (15,143,81). Sum of RGB (Red+Green+Blue) = 15+143+81=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F51 is #F070AE. Grayscale: #616161. Windows color (decimal): -15757487 or 5345039. OLE color: 5345039.

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

Color convert

RGB1514381-
CMYK0.9000.430.44
HSL150.94º81.01%30.98%-
HSV(B)150.94º89.51%56.08%-
XYZ11.520.3411.1-
YUV97.66118.5969.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 143 (56.25% from 255) = 59.83%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=6.28%
G=59.83%
B=33.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15143810.9000.430.44150.9481.0130.98
HexF8F515A02B2C97511f
Octal172171211320535422712137
Binary11111000111110100011011010010101110110010010111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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