#098A40

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

Shades of Salem #098A40

Tints of Salem #098A40

Color information

#098A40 (or 0x098A40) is unknown color: approx Salem. HEX triplet: 09, 8A and 40. RGB value is (9,138,64). Sum of RGB (Red+Green+Blue) = 9+138+64=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #098A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A40 is #F675BF. Grayscale: #5B5B5B. Windows color (decimal): -16152000 or 4229641. OLE color: 4229641.

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

Color convert

RGB913864-
CMYK0.9300.540.46
HSL145.58º87.76%28.82%-
HSV(B)145.58º93.48%54.12%-
XYZ10.1318.617.91-
YUV90.99112.7669.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 138 (54.30% from 255) = 65.40%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=4.27%
G=65.40%
B=30.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138640.9300.540.46145.5887.7628.82
Hex98A405D0362E92581d
Octal112121001350665622213035
Binary10011000101010000001011101011011010111010010010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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