Html Css Color HEX #AAC99E Spring Rain

📋 copy color: '#AAC99E'

red 170 ◦ green 201 ◦ blue 158

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

Shades of Spring Rain #AAC99E

Tints of Spring Rain #AAC99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 32.14%
G = 38%
B = 29.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#AAC99E (or 0xAAC99E) is known color: Spring Rain. HEX triplet: AA, C9 and 9E. RGB value is (170,201,158). Sum of RGB (Red+Green+Blue) = 170+201+158=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC99E is #553661. Grayscale: #BABABA. Windows color (decimal): -5584482 or 10406314. OLE color: 10406314.

HSL color Cylindrical-coordinate representation of color #AAC99E: hue angle of 103.26º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC99E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 158 -
CMYK 0.15 0 0.21 0.21
HSL 103.26º 0.28% 0.7% -
HSV(B) 103.26º 0.21% 0.79% -
XYZ 43.64 52.79 40.24 -
YUV 186.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 170 201 158 0.15 0 0.21 0.21 103.26 0.28 0.7
Hex AA C9 9E F 0 15 15 67 1C 46
Octal 252 311 236 17 0 25 25 147 34 106
Binary 10101010 11001001 10011110 1111 0 10101 10101 1100111 11100 1000110

Color Harmonies of #AAC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC99E

Black with #AAC99E

Text Example


Text Example

White with #AAC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC99E; }

 p { color: rgb(170,201,158); }

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

background-color css

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

 a { background-color: rgb(170,201,158); }

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

border-color css

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

 span { border-color: rgb(170,201,158); }

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