#0a8954

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

Shades of Salem #0A8954

Tints of Salem #0A8954

Color information

#0A8954 (or 0x0A8954) is unknown color: approx Salem. HEX triplet: 0A, 89 and 54. RGB value is (10,137,84). Sum of RGB (Red+Green+Blue) = 10+137+84=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8954 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8954 is #F576AB. Grayscale: #5D5D5D. Windows color (decimal): -16086700 or 5540106. OLE color: 5540106.

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

Color convert

RGB1013784-
CMYK0.9300.390.46
HSL154.96º86.39%28.82%-
HSV(B)154.96º92.7%53.73%-
XYZ10.6718.611.41-
YUV92.98122.9268.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 137 (53.91% from 255) = 59.31%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=4.33%
G=59.31%
B=36.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137840.9300.390.46154.9686.3928.82
HexA89545D0272E9b561d
Octal122111241350475623312635
Binary10101000100110101001011101010011110111010011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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