#0A8642

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

Shades of Salem #0A8642

Tints of Salem #0A8642

Color information

#0A8642 (or 0x0A8642) is unknown color: approx Salem. HEX triplet: 0A, 86 and 42. RGB value is (10,134,66). Sum of RGB (Red+Green+Blue) = 10+134+66=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8642 is #F579BD. Grayscale: #595959. Windows color (decimal): -16087486 or 4359690. OLE color: 4359690.

HSL color Cylindrical-coordinate representation of color #0A8642: hue angle of 147.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8642 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1013466-
CMYK0.9300.510.47
HSL147.1º86.11%28.24%-
HSV(B)147.1º92.54%52.55%-
XYZ9.6317.518.03-
YUV89.17114.9271.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 134 (52.73% from 255) = 63.81%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=4.76%
G=63.81%
B=31.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134660.9300.510.47147.186.1128.24
HexA86425D0332F93561c
Octal122061021350635722312634
Binary10101000011010000101011101011001110111110010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,66); }

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

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

 a { background-color: rgb(10,134,66); }

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

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

 span { border-color: rgb(10,134,66); }

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