Html Css Color HEX #9AA99F Edward

📋 copy color: '#9AA99F'

red 154 ◦ green 169 ◦ blue 159

#9AA99F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #9AA99F

Tints of Edward #9AA99F

RGB

 RED value IS 154 (60.55% from 255) = 31.95%

 GREEN value IS 169 (66.41% from 255) = 35.06%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 31.95%
G = 35.06%
B = 32.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#9AA99F (or 0x9AA99F) is known color: Edward. HEX triplet: 9A, A9 and 9F. RGB value is (154,169,159). Sum of RGB (Red+Green+Blue) = 154+169+159=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA99F is #655660. Grayscale: #A3A3A3. Windows color (decimal): -6641249 or 10463642. OLE color: 10463642.

HSL color Cylindrical-coordinate representation of color #9AA99F: hue angle of 140º 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 #9AA99F is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 154 169 159 -
CMYK 0.09 0 0.06 0.34
HSL 140º 0.08% 0.63% -
HSV(B) 140º 0.09% 0.66% -
XYZ 33.77 37.75 38.31 -
YUV 163.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 154 169 159 0.09 0 0.06 0.34 140 0.08 0.63
Hex 9A A9 9F 9 0 6 22 8C 8 3F
Octal 232 251 237 11 0 6 42 214 10 77
Binary 10011010 10101001 10011111 1001 0 110 100010 10001100 1000 111111

Color Harmonies of #9AA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA99F

Black with #9AA99F

Text Example


Text Example

White with #9AA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AA99F;
 }
 .AnyTagClassName
 {
   color: #9AA99F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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