Html Css Color HEX #ACD0A1 Spring Rain

📋 copy color: '#ACD0A1'

red 172 ◦ green 208 ◦ blue 161

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

Shades of Spring Rain #ACD0A1

Tints of Spring Rain #ACD0A1

RGB

 RED value IS 172 (67.58% from 255) = 31.79%

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

 BLUE value IS 161 (63.28% from 255) = 29.76%

R = 31.79%
G = 38.45%
B = 29.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#ACD0A1 (or 0xACD0A1) is known color: Spring Rain. HEX triplet: AC, D0 and A1. RGB value is (172,208,161). Sum of RGB (Red+Green+Blue) = 172+208+161=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0A1 is #532F5E. Grayscale: #C0C0C0. Windows color (decimal): -5451615 or 10604716. OLE color: 10604716.

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

Color convert

RGB 172 208 161 -
CMYK 0.17 0 0.23 0.18
HSL 105.96º 0.33% 0.72% -
HSV(B) 105.96º 0.23% 0.82% -
XYZ 46 56.46 42.19 -
YUV 191.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 172 208 161 0.17 0 0.23 0.18 105.96 0.33 0.72
Hex AC D0 A1 11 0 17 12 6A 21 48
Octal 254 320 241 21 0 27 22 152 41 110
Binary 10101100 11010000 10100001 10001 0 10111 10010 1101010 100001 1001000

Color Harmonies of #ACD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0A1

Black with #ACD0A1

Text Example


Text Example

White with #ACD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0A1; }

 p { color: rgb(172,208,161); }

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

background-color css

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

 a { background-color: rgb(172,208,161); }

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

border-color css

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

 span { border-color: rgb(172,208,161); }

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