#0A8E3C

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

Shades of Salem #0A8E3C

Tints of Salem #0A8E3C

Color information

#0A8E3C (or 0x0A8E3C) is unknown color: approx Salem. HEX triplet: 0A, 8E and 3C. RGB value is (10,142,60). Sum of RGB (Red+Green+Blue) = 10+142+60=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8E3C is #F571C3. Grayscale: #5D5D5D. Windows color (decimal): -16085444 or 3968522. OLE color: 3968522.

HSL color Cylindrical-coordinate representation of color #0A8E3C: hue angle of 142.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E3C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1014260-
CMYK0.9300.580.44
HSL142.73º86.84%29.8%-
HSV(B)142.73º92.96%55.69%-
XYZ10.6119.747.53-
YUV93.18109.2768.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 142 (55.86% from 255) = 66.98%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=4.72%
G=66.98%
B=28.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10142600.9300.580.44142.7386.8429.8
HexA8E3C5D03A2C8f571e
Octal12216741350725421712736
Binary1010100011101111001011101011101010110010001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,142,60); }

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

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

 a { background-color: rgb(10,142,60); }

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

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

 span { border-color: rgb(10,142,60); }

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