#0A8650

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

Shades of Salem #0A8650

Tints of Salem #0A8650

Color information

#0A8650 (or 0x0A8650) is unknown color: approx Salem. HEX triplet: 0A, 86 and 50. RGB value is (10,134,80). Sum of RGB (Red+Green+Blue) = 10+134+80=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8650 is #F579AF. Grayscale: #5A5A5A. Windows color (decimal): -16087472 or 5277194. OLE color: 5277194.

HSL color Cylindrical-coordinate representation of color #0A8650: hue angle of 153.87º 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 #0A8650 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1013480-
CMYK0.9300.400.47
HSL153.87º86.11%28.24%-
HSV(B)153.87º92.54%52.55%-
XYZ10.117.6910.47-
YUV90.77121.9270.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=4.46%
G=59.82%
B=35.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134800.9300.400.47153.8786.1128.24
HexA86505D0282F9a561c
Octal122061201350505723212634
Binary10101000011010100001011101010100010111110011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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