#09894E

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

Shades of Salem #09894E

Tints of Salem #09894E

Color information

#09894E (or 0x09894E) is unknown color: approx Salem. HEX triplet: 09, 89 and 4E. RGB value is (9,137,78). Sum of RGB (Red+Green+Blue) = 9+137+78=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #09894E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09894E is #F676B1. Grayscale: #5C5C5C. Windows color (decimal): -16152242 or 5146889. OLE color: 5146889.

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

Color convert

RGB913778-
CMYK0.9300.430.46
HSL152.34º87.67%28.63%-
HSV(B)152.34º93.43%53.73%-
XYZ10.4318.510.23-
YUV92120.0968.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 137 (53.91% from 255) = 61.16%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=4.02%
G=61.16%
B=34.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9137780.9300.430.46152.3487.6728.63
Hex9894E5D02B2E98581d
Octal112111161350535623013035
Binary10011000100110011101011101010101110111010011000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09894E; }

 p { color: rgb(9,137,78); }

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

<style>
 a { background-color: #09894E; }

 a { background-color: rgb(9,137,78); }

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

<style>
 span { border-color: #09894E; }

 span { border-color: rgb(9,137,78); }

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