#0A804E

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

Shades of Salem #0A804E

Tints of Salem #0A804E

Color information

#0A804E (or 0x0A804E) is unknown color: approx Salem. HEX triplet: 0A, 80 and 4E. RGB value is (10,128,78). Sum of RGB (Red+Green+Blue) = 10+128+78=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #0A804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A804E is #F57FB1. Grayscale: #575757. Windows color (decimal): -16089010 or 5144586. OLE color: 5144586.

HSL color Cylindrical-coordinate representation of color #0A804E: hue angle of 154.58º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A804E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1012878-
CMYK0.9200.390.50
HSL154.58º85.51%27.06%-
HSV(B)154.58º92.19%50.2%-
XYZ9.2216.059.82-
YUV87.02122.9173.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=4.63%
G=59.26%
B=36.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10128780.9200.390.50154.5885.5127.06
HexA804E5C027329b561b
Octal122001161340476223312633
Binary10101000000010011101011100010011111001010011011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,128,78); }

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

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

 a { background-color: rgb(10,128,78); }

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

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

 span { border-color: rgb(10,128,78); }

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