Html Css Color HEX #AAD099 Spring Rain

📋 copy color: '#AAD099'

red 170 ◦ green 208 ◦ blue 153

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

Shades of Spring Rain #AAD099

Tints of Spring Rain #AAD099

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 153 (60.16% from 255) = 28.81%

R = 32.02%
G = 39.17%
B = 28.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#AAD099 (or 0xAAD099) is known color: Spring Rain. HEX triplet: AA, D0 and 99. RGB value is (170,208,153). Sum of RGB (Red+Green+Blue) = 170+208+153=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD099 is #552F66. Grayscale: #BEBEBE. Windows color (decimal): -5582695 or 10080426. OLE color: 10080426.

HSL color Cylindrical-coordinate representation of color #AAD099: hue angle of 101.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD099 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 153 -
CMYK 0.18 0 0.26 0.18
HSL 101.45º 0.37% 0.71% -
HSV(B) 101.45º 0.26% 0.82% -
XYZ 44.88 55.96 38.57 -
YUV 190.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 170 208 153 0.18 0 0.26 0.18 101.45 0.37 0.71
Hex AA D0 99 12 0 1A 12 65 25 47
Octal 252 320 231 22 0 32 22 145 45 107
Binary 10101010 11010000 10011001 10010 0 11010 10010 1100101 100101 1000111

Color Harmonies of #AAD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD099

Black with #AAD099

Text Example


Text Example

White with #AAD099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD099; }

 p { color: rgb(170,208,153); }

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

background-color css

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

 a { background-color: rgb(170,208,153); }

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

border-color css

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

 span { border-color: rgb(170,208,153); }

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