#0A8E48

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

Shades of Salem #0A8E48

Tints of Salem #0A8E48

Color information

#0A8E48 (or 0x0A8E48) is unknown color: approx Salem. HEX triplet: 0A, 8E and 48. RGB value is (10,142,72). Sum of RGB (Red+Green+Blue) = 10+142+72=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8E48 is #F571B7. Grayscale: #5E5E5E. Windows color (decimal): -16085432 or 4754954. OLE color: 4754954.

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

Color convert

RGB1014272-
CMYK0.9300.490.44
HSL148.18º86.84%29.8%-
HSV(B)148.18º92.96%55.69%-
XYZ10.9719.889.39-
YUV94.55115.2767.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 142 (55.86% from 255) = 63.39%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=4.46%
G=63.39%
B=32.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10142720.9300.490.44148.1886.8429.8
HexA8E485D0312C94571e
Octal122161101350615422412736
Binary10101000111010010001011101011000110110010010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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