#0F8940

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

Shades of Salem #0F8940

Tints of Salem #0F8940

Color information

#0F8940 (or 0x0F8940) is unknown color: approx Salem. HEX triplet: 0F, 89 and 40. RGB value is (15,137,64). Sum of RGB (Red+Green+Blue) = 15+137+64=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8940 is #F076BF. Grayscale: #5C5C5C. Windows color (decimal): -15759040 or 4229391. OLE color: 4229391.

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

Color convert

RGB1513764-
CMYK0.8900.530.46
HSL144.1º80.26%29.8%-
HSV(B)144.1º89.05%53.73%-
XYZ10.0718.367.86-
YUV92.2112.0872.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 137 (53.91% from 255) = 63.43%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=6.94%
G=63.43%
B=29.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15137640.8900.530.46144.180.2629.8
HexF8940590352E90501e
Octal172111001310655622012036
Binary11111000100110000001011001011010110111010010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,64); }

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

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

 a { background-color: rgb(15,137,64); }

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

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

 span { border-color: rgb(15,137,64); }

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