#0F8F4D

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

Shades of Salem #0F8F4D

Tints of Salem #0F8F4D

Color information

#0F8F4D (or 0x0F8F4D) is unknown color: approx Salem. HEX triplet: 0F, 8F and 4D. RGB value is (15,143,77). Sum of RGB (Red+Green+Blue) = 15+143+77=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F4D is #F070B2. Grayscale: #616161. Windows color (decimal): -15757491 or 5082895. OLE color: 5082895.

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

Color convert

RGB1514377-
CMYK0.9000.460.44
HSL149.06º81.01%30.98%-
HSV(B)149.06º89.51%56.08%-
XYZ11.3620.2810.34-
YUV97.2116.5969.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.38%
GREEN value IS 143 (56.25% from 255) = 60.85%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=6.38%
G=60.85%
B=32.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15143770.9000.460.44149.0681.0130.98
HexF8F4D5A02E2C95511f
Octal172171151320565422512137
Binary11111000111110011011011010010111010110010010101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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