#0A8951

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

Shades of Salem #0A8951

Tints of Salem #0A8951

Color information

#0A8951 (or 0x0A8951) is unknown color: approx Salem. HEX triplet: 0A, 89 and 51. RGB value is (10,137,81). Sum of RGB (Red+Green+Blue) = 10+137+81=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8951 is #F576AE. Grayscale: #5C5C5C. Windows color (decimal): -16086703 or 5343498. OLE color: 5343498.

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

Color convert

RGB1013781-
CMYK0.9300.410.46
HSL153.54º86.39%28.82%-
HSV(B)153.54º92.7%53.73%-
XYZ10.5618.5510.81-
YUV92.64121.4269.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 137 (53.91% from 255) = 60.09%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=4.39%
G=60.09%
B=35.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137810.9300.410.46153.5486.3928.82
HexA89515D0292E9a561d
Octal122111211350515623212635
Binary10101000100110100011011101010100110111010011010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,81); }

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

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

 a { background-color: rgb(10,137,81); }

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

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

 span { border-color: rgb(10,137,81); }

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