Html Css Color HEX #AAC996 Spring Rain

📋 copy color: '#AAC996'

red 170 ◦ green 201 ◦ blue 150

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

Shades of Spring Rain #AAC996

Tints of Spring Rain #AAC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 32.63%
G = 38.58%
B = 28.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#AAC996 (or 0xAAC996) is known color: Spring Rain. HEX triplet: AA, C9 and 96. RGB value is (170,201,150). Sum of RGB (Red+Green+Blue) = 170+201+150=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC996 is #553669. Grayscale: #BABABA. Windows color (decimal): -5584490 or 9882026. OLE color: 9882026.

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

Color convert

RGB 170 201 150 -
CMYK 0.15 0 0.25 0.21
HSL 96.47º 0.32% 0.69% -
HSV(B) 96.47º 0.25% 0.79% -
XYZ 42.97 52.52 36.73 -
YUV 185.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 170 201 150 0.15 0 0.25 0.21 96.47 0.32 0.69
Hex AA C9 96 F 0 19 15 60 20 45
Octal 252 311 226 17 0 31 25 140 40 105
Binary 10101010 11001001 10010110 1111 0 11001 10101 1100000 100000 1000101

Color Harmonies of #AAC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC996

Black with #AAC996

Text Example


Text Example

White with #AAC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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