#9AA273

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

Shades of Sage #9AA273

Tints of Sage #9AA273

Color information

#9AA273 (or 0x9AA273) is unknown color: approx Sage. HEX triplet: 9A, A2 and 73. RGB value is (154,162,115). Sum of RGB (Red+Green+Blue) = 154+162+115=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA273 is #655D8C. Grayscale: #9A9A9A. Windows color (decimal): -6643085 or 7578266. OLE color: 7578266.

HSL color Cylindrical-coordinate representation of color #9AA273: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA273 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB154162115-
CMYK0.0500.290.36
HSL70.21º20.17%54.31%-
HSV(B)70.21º29.01%63.53%-
XYZ29.3433.9521.23-
YUV154.25105.85127.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=35.73%
G=37.59%
B=26.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621150.0500.290.3670.2120.1754.31
Hex9AA273501D24461436
Octal2322421635035441062466
Binary10011010101000101110011101011101100100100011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,115); }

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

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

 a { background-color: rgb(154,162,115); }

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

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

 span { border-color: rgb(154,162,115); }

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