Html Css Color HEX #9AA57F Sage

📋 copy color: '#9AA57F'

red 154 ◦ green 165 ◦ blue 127

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

Shades of Sage #9AA57F

Tints of Sage #9AA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 34.53%
G = 37%
B = 28.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#9AA57F (or 0x9AA57F) is known color: Sage. HEX triplet: 9A, A5 and 7F. RGB value is (154,165,127). Sum of RGB (Red+Green+Blue) = 154+165+127=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA57F is #655A80. Grayscale: #9D9D9D. Windows color (decimal): -6642305 or 8365466. OLE color: 8365466.

HSL color Cylindrical-coordinate representation of color #9AA57F: hue angle of 77.37º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA57F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 127 -
CMYK 0.07 0 0.23 0.35
HSL 77.37º 0.17% 0.57% -
HSV(B) 77.37º 0.23% 0.65% -
XYZ 30.61 35.31 25.28 -
YUV 157.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 154 165 127 0.07 0 0.23 0.35 77.37 0.17 0.57
Hex 9A A5 7F 7 0 17 23 4D 11 39
Octal 232 245 177 7 0 27 43 115 21 71
Binary 10011010 10100101 1111111 111 0 10111 100011 1001101 10001 111001

Color Harmonies of #9AA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA57F

Black with #9AA57F

Text Example


Text Example

White with #9AA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,127); }

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

background-color css

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

 a { background-color: rgb(154,165,127); }

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

border-color css

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

 span { border-color: rgb(154,165,127); }

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