Html Css Color HEX #9AA178 Sage

📋 copy color: '#9AA178'

red 154 ◦ green 161 ◦ blue 120

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

Shades of Sage #9AA178

Tints of Sage #9AA178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 35.4%
G = 37.01%
B = 27.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#9AA178 (or 0x9AA178) is known color: Sage. HEX triplet: 9A, A1 and 78. RGB value is (154,161,120). Sum of RGB (Red+Green+Blue) = 154+161+120=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA178 is #655E87. Grayscale: #9A9A9A. Windows color (decimal): -6643336 or 7905690. OLE color: 7905690.

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

Color convert

RGB 154 161 120 -
CMYK 0.04 0 0.25 0.37
HSL 70.24º 0.18% 0.55% -
HSV(B) 70.24º 0.25% 0.63% -
XYZ 29.46 33.72 22.72 -
YUV 154.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 154 161 120 0.04 0 0.25 0.37 70.24 0.18 0.55
Hex 9A A1 78 4 0 19 25 46 12 37
Octal 232 241 170 4 0 31 45 106 22 67
Binary 10011010 10100001 1111000 100 0 11001 100101 1000110 10010 110111

Color Harmonies of #9AA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA178

Black with #9AA178

Text Example


Text Example

White with #9AA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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