Html Css Color HEX #9AA270 Sage

📋 copy color: '#9AA270'

red 154 ◦ green 162 ◦ blue 112

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

Shades of Sage #9AA270

Tints of Sage #9AA270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 35.98%
G = 37.85%
B = 26.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#9AA270 (or 0x9AA270) is known color: Sage. HEX triplet: 9A, A2 and 70. RGB value is (154,162,112). Sum of RGB (Red+Green+Blue) = 154+162+112=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA270 is #655D8F. Grayscale: #9A9A9A. Windows color (decimal): -6643088 or 7381658. OLE color: 7381658.

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

Color convert

RGB 154 162 112 -
CMYK 0.05 0 0.31 0.36
HSL 69.6º 0.21% 0.54% -
HSV(B) 69.6º 0.31% 0.64% -
XYZ 29.17 33.88 20.33 -
YUV 153.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 154 162 112 0.05 0 0.31 0.36 69.6 0.21 0.54
Hex 9A A2 70 5 0 1F 24 46 15 36
Octal 232 242 160 5 0 37 44 106 25 66
Binary 10011010 10100010 1110000 101 0 11111 100100 1000110 10101 110110

Color Harmonies of #9AA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA270

Black with #9AA270

Text Example


Text Example

White with #9AA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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