#0F8C57

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

Shades of Salem #0F8C57

Tints of Salem #0F8C57

Color information

#0F8C57 (or 0x0F8C57) is unknown color: approx Salem. HEX triplet: 0F, 8C and 57. RGB value is (15,140,87). Sum of RGB (Red+Green+Blue) = 15+140+87=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C57 is #F073A8. Grayscale: #606060. Windows color (decimal): -15758249 or 5737487. OLE color: 5737487.

HSL color Cylindrical-coordinate representation of color #0F8C57: hue angle of 154.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8C57 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1514087-
CMYK0.8900.380.45
HSL154.56º80.65%30.39%-
HSV(B)154.56º89.29%54.9%-
XYZ11.319.5512.19-
YUV96.58122.5969.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 140 (55.08% from 255) = 57.85%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=6.20%
G=57.85%
B=35.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15140870.8900.380.45154.5680.6530.39
HexF8C57590262D9b511e
Octal172141271310465523312136
Binary11111000110010101111011001010011010110110011011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,140,87); }

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

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

 a { background-color: rgb(15,140,87); }

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

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

 span { border-color: rgb(15,140,87); }

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