Html Css Color HEX #ACD0A2 Spring Rain

📋 copy color: '#ACD0A2'

red 172 ◦ green 208 ◦ blue 162

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

Shades of Spring Rain #ACD0A2

Tints of Spring Rain #ACD0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.89%

R = 31.73%
G = 38.38%
B = 29.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#ACD0A2 (or 0xACD0A2) is known color: Spring Rain. HEX triplet: AC, D0 and A2. RGB value is (172,208,162). Sum of RGB (Red+Green+Blue) = 172+208+162=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0A2 is #532F5D. Grayscale: #C0C0C0. Windows color (decimal): -5451614 or 10670252. OLE color: 10670252.

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

Color convert

RGB 172 208 162 -
CMYK 0.17 0 0.22 0.18
HSL 106.96º 0.33% 0.73% -
HSV(B) 106.96º 0.22% 0.82% -
XYZ 46.09 56.49 42.66 -
YUV 191.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 172 208 162 0.17 0 0.22 0.18 106.96 0.33 0.73
Hex AC D0 A2 11 0 16 12 6B 21 49
Octal 254 320 242 21 0 26 22 153 41 111
Binary 10101100 11010000 10100010 10001 0 10110 10010 1101011 100001 1001001

Color Harmonies of #ACD0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0A2

Black with #ACD0A2

Text Example


Text Example

White with #ACD0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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