Html Css Color HEX #9AA481 Sage

📋 copy color: '#9AA481'

red 154 ◦ green 164 ◦ blue 129

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

Shades of Sage #9AA481

Tints of Sage #9AA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 34.45%
G = 36.69%
B = 28.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9AA481 (or 0x9AA481) is known color: Sage. HEX triplet: 9A, A4 and 81. RGB value is (154,164,129). Sum of RGB (Red+Green+Blue) = 154+164+129=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA481 is #655B7E. Grayscale: #9D9D9D. Windows color (decimal): -6642559 or 8496282. OLE color: 8496282.

HSL color Cylindrical-coordinate representation of color #9AA481: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA481 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 164 129 -
CMYK 0.06 0 0.21 0.36
HSL 77.14º 0.16% 0.57% -
HSV(B) 77.14º 0.21% 0.64% -
XYZ 30.56 35.01 25.91 -
YUV 157.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 154 164 129 0.06 0 0.21 0.36 77.14 0.16 0.57
Hex 9A A4 81 6 0 15 24 4D 10 39
Octal 232 244 201 6 0 25 44 115 20 71
Binary 10011010 10100100 10000001 110 0 10101 100100 1001101 10000 111001

Color Harmonies of #9AA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA481

Black with #9AA481

Text Example


Text Example

White with #9AA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,164,129); }

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

background-color css

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

 a { background-color: rgb(154,164,129); }

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

border-color css

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

 span { border-color: rgb(154,164,129); }

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