#9EA18F

Color #9EA18F Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #9EA18F

Tints of Star Dust #9EA18F

Color information

#9EA18F (or 0x9EA18F) is unknown color: approx Star Dust. HEX triplet: 9E, A1 and 8F. RGB value is (158,161,143). Sum of RGB (Red+Green+Blue) = 158+161+143=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA18F is #615E70. Grayscale: #9E9E9E. Windows color (decimal): -6381169 or 9413022. OLE color: 9413022.

HSL color Cylindrical-coordinate representation of color #9EA18F: hue angle of 70º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA18F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB158161143-
CMYK0.0200.110.37
HSL70º8.74%59.61%-
HSV(B)70º11.18%63.14%-
XYZ31.834.7431.02-
YUV158.05119.51127.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=34.20%
G=34.85%
B=30.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611430.0200.110.37708.7459.61
Hex9EA18F20B254693c
Octal2362412172013451061174
Binary100111101010000110001111100101110010110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA18F; }

 p { color: rgb(158,161,143); }

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

<style>
 a { background-color: #9EA18F; }

 a { background-color: rgb(158,161,143); }

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

<style>
 span { border-color: #9EA18F; }

 span { border-color: rgb(158,161,143); }

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