Html Css Color HEX #AAC49A Spring Rain

📋 copy color: '#AAC49A'

red 170 ◦ green 196 ◦ blue 154

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

Shades of Spring Rain #AAC49A

Tints of Spring Rain #AAC49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 32.69%
G = 37.69%
B = 29.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#AAC49A (or 0xAAC49A) is known color: Spring Rain. HEX triplet: AA, C4 and 9A. RGB value is (170,196,154). Sum of RGB (Red+Green+Blue) = 170+196+154=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC49A is #553B65. Grayscale: #B7B7B7. Windows color (decimal): -5585766 or 10142890. OLE color: 10142890.

HSL color Cylindrical-coordinate representation of color #AAC49A: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC49A is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 154 -
CMYK 0.13 0 0.21 0.23
HSL 97.14º 0.26% 0.69% -
HSV(B) 97.14º 0.21% 0.77% -
XYZ 42.15 50.36 38.07 -
YUV 183.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 170 196 154 0.13 0 0.21 0.23 97.14 0.26 0.69
Hex AA C4 9A D 0 15 17 61 1A 45
Octal 252 304 232 15 0 25 27 141 32 105
Binary 10101010 11000100 10011010 1101 0 10101 10111 1100001 11010 1000101

Color Harmonies of #AAC49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC49A

Black with #AAC49A

Text Example


Text Example

White with #AAC49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC49A; }

 p { color: rgb(170,196,154); }

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

background-color css

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

 a { background-color: rgb(170,196,154); }

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

border-color css

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

 span { border-color: rgb(170,196,154); }

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