#0F8846

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

Shades of Salem #0F8846

Tints of Salem #0F8846

Color information

#0F8846 (or 0x0F8846) is unknown color: approx Salem. HEX triplet: 0F, 88 and 46. RGB value is (15,136,70). Sum of RGB (Red+Green+Blue) = 15+136+70=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8846 is #F077B9. Grayscale: #5C5C5C. Windows color (decimal): -15759290 or 4622351. OLE color: 4622351.

HSL color Cylindrical-coordinate representation of color #0F8846: hue angle of 147.27º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8846 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1513670-
CMYK0.8900.490.47
HSL147.27º80.13%29.61%-
HSV(B)147.27º88.97%53.33%-
XYZ10.1118.158.77-
YUV92.3115.4172.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 136 (53.52% from 255) = 61.54%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=6.79%
G=61.54%
B=31.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15136700.8900.490.47147.2780.1329.61
HexF8846590312F93501e
Octal172101061310615722312036
Binary11111000100010001101011001011000110111110010011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,136,70); }

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

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

 a { background-color: rgb(15,136,70); }

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

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

 span { border-color: rgb(15,136,70); }

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