Html Css Color HEX #AAB390 Green Spring

📋 copy color: '#AAB390'

red 170 ◦ green 179 ◦ blue 144

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

Shades of Green Spring #AAB390

Tints of Green Spring #AAB390

RGB

 RED value IS 170 (66.8% from 255) = 34.48%

 GREEN value IS 179 (70.31% from 255) = 36.31%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 34.48%
G = 36.31%
B = 29.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#AAB390 (or 0xAAB390) is known color: Green Spring. HEX triplet: AA, B3 and 90. RGB value is (170,179,144). Sum of RGB (Red+Green+Blue) = 170+179+144=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB390 is #554C6F. Grayscale: #ACACAC. Windows color (decimal): -5590128 or 9483178. OLE color: 9483178.

HSL color Cylindrical-coordinate representation of color #AAB390: hue angle of 75.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB390 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 144 -
CMYK 0.05 0 0.20 0.30
HSL 75.43º 0.19% 0.63% -
HSV(B) 75.43º 0.2% 0.7% -
XYZ 37.73 42.8 32.66 -
YUV 172.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 170 179 144 0.05 0 0.20 0.30 75.43 0.19 0.63
Hex AA B3 90 5 0 14 1E 4B 13 3F
Octal 252 263 220 5 0 24 36 113 23 77
Binary 10101010 10110011 10010000 101 0 10100 11110 1001011 10011 111111

Color Harmonies of #AAB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB390

Black with #AAB390

Text Example


Text Example

White with #AAB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB390; }

 p { color: rgb(170,179,144); }

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

background-color css

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

 a { background-color: rgb(170,179,144); }

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

border-color css

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

 span { border-color: rgb(170,179,144); }

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