#0A864E

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

Shades of Salem #0A864E

Tints of Salem #0A864E

Color information

#0A864E (or 0x0A864E) is unknown color: approx Salem. HEX triplet: 0A, 86 and 4E. RGB value is (10,134,78). Sum of RGB (Red+Green+Blue) = 10+134+78=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #0A864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A864E is #F579B1. Grayscale: #5A5A5A. Windows color (decimal): -16087474 or 5146122. OLE color: 5146122.

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

Color convert

RGB1013478-
CMYK0.9300.420.47
HSL152.9º86.11%28.24%-
HSV(B)152.9º92.54%52.55%-
XYZ10.0317.6610.09-
YUV90.54120.9270.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 134 (52.73% from 255) = 60.36%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=4.50%
G=60.36%
B=35.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134780.9300.420.47152.986.1128.24
HexA864E5D02A2F99561c
Octal122061161350525723112634
Binary10101000011010011101011101010101010111110011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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