Html Css Color HEX #AACDA0 Spring Rain

📋 copy color: '#AACDA0'

red 170 ◦ green 205 ◦ blue 160

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

Shades of Spring Rain #AACDA0

Tints of Spring Rain #AACDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

 BLUE value IS 160 (62.89% from 255) = 29.91%

R = 31.78%
G = 38.32%
B = 29.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#AACDA0 (or 0xAACDA0) is known color: Spring Rain. HEX triplet: AA, CD and A0. RGB value is (170,205,160). Sum of RGB (Red+Green+Blue) = 170+205+160=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA0 is #55325F. Grayscale: #BDBDBD. Windows color (decimal): -5583456 or 10538410. OLE color: 10538410.

HSL color Cylindrical-coordinate representation of color #AACDA0: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACDA0 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 160 -
CMYK 0.17 0 0.22 0.20
HSL 106.67º 0.31% 0.72% -
HSV(B) 106.67º 0.22% 0.8% -
XYZ 44.75 54.75 41.47 -
YUV 189.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 170 205 160 0.17 0 0.22 0.20 106.67 0.31 0.72
Hex AA CD A0 11 0 16 14 6B 1F 48
Octal 252 315 240 21 0 26 24 153 37 110
Binary 10101010 11001101 10100000 10001 0 10110 10100 1101011 11111 1001000

Color Harmonies of #AACDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDA0

Black with #AACDA0

Text Example


Text Example

White with #AACDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDA0; }

 p { color: rgb(170,205,160); }

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

background-color css

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

 a { background-color: rgb(170,205,160); }

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

border-color css

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

 span { border-color: rgb(170,205,160); }

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