#0F8142

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

Shades of Salem #0F8142

Tints of Salem #0F8142

Color information

#0F8142 (or 0x0F8142) is unknown color: approx Salem. HEX triplet: 0F, 81 and 42. RGB value is (15,129,66). Sum of RGB (Red+Green+Blue) = 15+129+66=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8142 is #F07EBD. Grayscale: #575757. Windows color (decimal): -15761086 or 4358415. OLE color: 4358415.

HSL color Cylindrical-coordinate representation of color #0F8142: hue angle of 146.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8142 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1512966-
CMYK0.8800.490.49
HSL146.84º79.17%28.24%-
HSV(B)146.84º88.37%50.59%-
XYZ9.0316.27.8-
YUV87.73115.7376.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 129 (50.78% from 255) = 61.43%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=7.14%
G=61.43%
B=31.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129660.8800.490.49146.8479.1728.24
HexF81425803131934f1c
Octal172011021300616122311734
Binary11111000000110000101011000011000111000110010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,129,66); }

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

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

 a { background-color: rgb(15,129,66); }

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

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

 span { border-color: rgb(15,129,66); }

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