Html Css Color HEX #9AA272 Sage

📋 copy color: '#9AA272'

red 154 ◦ green 162 ◦ blue 114

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

Shades of Sage #9AA272

Tints of Sage #9AA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 35.81%
G = 37.67%
B = 26.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#9AA272 (or 0x9AA272) is known color: Sage. HEX triplet: 9A, A2 and 72. RGB value is (154,162,114). Sum of RGB (Red+Green+Blue) = 154+162+114=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA272 is #655D8D. Grayscale: #9A9A9A. Windows color (decimal): -6643086 or 7512730. OLE color: 7512730.

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

Color convert

RGB 154 162 114 -
CMYK 0.05 0 0.30 0.36
HSL 70º 0.21% 0.54% -
HSV(B) 70º 0.3% 0.64% -
XYZ 29.28 33.93 20.92 -
YUV 154.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 154 162 114 0.05 0 0.30 0.36 70 0.21 0.54
Hex 9A A2 72 5 0 1E 24 46 15 36
Octal 232 242 162 5 0 36 44 106 25 66
Binary 10011010 10100010 1110010 101 0 11110 100100 1000110 10101 110110

Color Harmonies of #9AA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA272

Black with #9AA272

Text Example


Text Example

White with #9AA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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