#0A8452

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

Shades of Salem #0A8452

Tints of Salem #0A8452

Color information

#0A8452 (or 0x0A8452) is unknown color: approx Salem. HEX triplet: 0A, 84 and 52. RGB value is (10,132,82). Sum of RGB (Red+Green+Blue) = 10+132+82=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8452 is #F57BAD. Grayscale: #595959. Windows color (decimal): -16087982 or 5407754. OLE color: 5407754.

HSL color Cylindrical-coordinate representation of color #0A8452: hue angle of 155.41º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8452 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1013282-
CMYK0.9200.380.48
HSL155.41º85.92%27.84%-
HSV(B)155.41º92.42%51.76%-
XYZ9.917.1810.78-
YUV89.82123.5871.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=4.46%
G=58.93%
B=36.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10132820.9200.380.48155.4185.9227.84
HexA84525C026309b561c
Octal122041221340466023312634
Binary10101000010010100101011100010011011000010011011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,82); }

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

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

 a { background-color: rgb(10,132,82); }

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

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

 span { border-color: rgb(10,132,82); }

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