#098A54

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

Shades of Salem #098A54

Tints of Salem #098A54

Color information

#098A54 (or 0x098A54) is unknown color: approx Salem. HEX triplet: 09, 8A and 54. RGB value is (9,138,84). Sum of RGB (Red+Green+Blue) = 9+138+84=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #098A54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A54 is #F675AB. Grayscale: #5D5D5D. Windows color (decimal): -16151980 or 5540361. OLE color: 5540361.

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

Color convert

RGB913884-
CMYK0.9300.390.46
HSL154.88º87.76%28.82%-
HSV(B)154.88º93.48%54.12%-
XYZ10.818.8811.46-
YUV93.27122.7667.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=3.90%
G=59.74%
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
Decimal9138840.9300.390.46154.8887.7628.82
Hex98A545D0272E9b581d
Octal112121241350475623313035
Binary10011000101010101001011101010011110111010011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A54; }

 p { color: rgb(9,138,84); }

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

<style>
 a { background-color: #098A54; }

 a { background-color: rgb(9,138,84); }

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

<style>
 span { border-color: #098A54; }

 span { border-color: rgb(9,138,84); }

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