#0A824E

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

Shades of Salem #0A824E

Tints of Salem #0A824E

Color information

#0A824E (or 0x0A824E) is unknown color: approx Salem. HEX triplet: 0A, 82 and 4E. RGB value is (10,130,78). Sum of RGB (Red+Green+Blue) = 10+130+78=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #0A824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A824E is #F57DB1. Grayscale: #585858. Windows color (decimal): -16088498 or 5145098. OLE color: 5145098.

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

Color convert

RGB1013078-
CMYK0.9200.400.49
HSL154º85.71%27.45%-
HSV(B)154º92.31%50.98%-
XYZ9.4816.589.91-
YUV88.19122.2472.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=4.59%
G=59.63%
B=35.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10130780.9200.400.4915485.7127.45
HexA824E5C028319a561b
Octal122021161340506123212633
Binary10101000001010011101011100010100011000110011010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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