Html Css Color HEX #9AA17C Sage

📋 copy color: '#9AA17C'

red 154 ◦ green 161 ◦ blue 124

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

Shades of Sage #9AA17C

Tints of Sage #9AA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 35.08%
G = 36.67%
B = 28.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#9AA17C (or 0x9AA17C) is known color: Sage. HEX triplet: 9A, A1 and 7C. RGB value is (154,161,124). Sum of RGB (Red+Green+Blue) = 154+161+124=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA17C is #655E83. Grayscale: #9A9A9A. Windows color (decimal): -6643332 or 8167834. OLE color: 8167834.

HSL color Cylindrical-coordinate representation of color #9AA17C: hue angle of 71.35º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA17C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 161 124 -
CMYK 0.04 0 0.23 0.37
HSL 71.35º 0.16% 0.56% -
HSV(B) 71.35º 0.23% 0.63% -
XYZ 29.71 33.82 24.03 -
YUV 154.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 154 161 124 0.04 0 0.23 0.37 71.35 0.16 0.56
Hex 9A A1 7C 4 0 17 25 47 10 38
Octal 232 241 174 4 0 27 45 107 20 70
Binary 10011010 10100001 1111100 100 0 10111 100101 1000111 10000 111000

Color Harmonies of #9AA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA17C

Black with #9AA17C

Text Example


Text Example

White with #9AA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,161,124); }

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

background-color css

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

 a { background-color: rgb(154,161,124); }

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

border-color css

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

 span { border-color: rgb(154,161,124); }

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