#9AA99E

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

Shades of Edward #9AA99E

Tints of Edward #9AA99E

Color information

#9AA99E (or 0x9AA99E) is unknown color: approx Edward. HEX triplet: 9A, A9 and 9E. RGB value is (154,169,158). Sum of RGB (Red+Green+Blue) = 154+169+158=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA99E is #655661. Grayscale: #A3A3A3. Windows color (decimal): -6641250 or 10398106. OLE color: 10398106.

HSL color Cylindrical-coordinate representation of color #9AA99E: hue angle of 136º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA99E is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB154169158-
CMYK0.0900.070.34
HSL136º8.02%63.33%-
HSV(B)136º8.88%66.27%-
XYZ33.6937.7137.85-
YUV163.26125.03121.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=32.02%
G=35.14%
B=32.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691580.0900.070.341368.0263.33
Hex9AA99E907228883f
Octal2322512361107422101077
Binary10011010101010011001111010010111100010100010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,158); }

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

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

 a { background-color: rgb(154,169,158); }

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

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

 span { border-color: rgb(154,169,158); }

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