Html Css Color HEX #AACFA0 Spring Rain

📋 copy color: '#AACFA0'

red 170 ◦ green 207 ◦ blue 160

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

Shades of Spring Rain #AACFA0

Tints of Spring Rain #AACFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

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

R = 31.66%
G = 38.55%
B = 29.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#AACFA0 (or 0xAACFA0) is known color: Spring Rain. HEX triplet: AA, CF and A0. RGB value is (170,207,160). Sum of RGB (Red+Green+Blue) = 170+207+160=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA0 is #55305F. Grayscale: #BEBEBE. Windows color (decimal): -5582944 or 10538922. OLE color: 10538922.

HSL color Cylindrical-coordinate representation of color #AACFA0: hue angle of 107.23º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACFA0 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 160 -
CMYK 0.18 0 0.23 0.19
HSL 107.23º 0.33% 0.72% -
HSV(B) 107.23º 0.23% 0.81% -
XYZ 45.24 55.71 41.63 -
YUV 190.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 170 207 160 0.18 0 0.23 0.19 107.23 0.33 0.72
Hex AA CF A0 12 0 17 13 6B 21 48
Octal 252 317 240 22 0 27 23 153 41 110
Binary 10101010 11001111 10100000 10010 0 10111 10011 1101011 100001 1001000

Color Harmonies of #AACFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFA0

Black with #AACFA0

Text Example


Text Example

White with #AACFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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