#0A8852

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

Shades of Salem #0A8852

Tints of Salem #0A8852

Color information

#0A8852 (or 0x0A8852) is unknown color: approx Salem. HEX triplet: 0A, 88 and 52. RGB value is (10,136,82). Sum of RGB (Red+Green+Blue) = 10+136+82=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8852 is #F577AD. Grayscale: #5C5C5C. Windows color (decimal): -16086958 or 5408778. OLE color: 5408778.

HSL color Cylindrical-coordinate representation of color #0A8852: hue angle of 154.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8852 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1013682-
CMYK0.9300.400.47
HSL154.29º86.3%28.63%-
HSV(B)154.29º92.65%53.33%-
XYZ10.4518.2810.96-
YUV92.17122.2669.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=4.39%
G=59.65%
B=35.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10136820.9300.400.47154.2986.328.63
HexA88525D0282F9a561d
Octal122101221350505723212635
Binary10101000100010100101011101010100010111110011010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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