#ACCDA2

Color #ACCDA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ACCDA2

Tints of Spring Rain #ACCDA2

Color information

#ACCDA2 (or 0xACCDA2) is unknown color: approx Spring Rain. HEX triplet: AC, CD and A2. RGB value is (172,205,162). Sum of RGB (Red+Green+Blue) = 172+205+162=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA2 is #53325D. Grayscale: #BEBEBE. Windows color (decimal): -5452382 or 10669484. OLE color: 10669484.

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

Color convert

RGB172205162-
CMYK0.1600.210.20
HSL106.05º30.07%71.96%-
HSV(B)106.05º20.98%80.39%-
XYZ45.3755.0442.42-
YUV190.23112.07115-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=31.91%
G=38.03%
B=30.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051620.1600.210.20106.0530.0771.96
HexACCDA210015146a1e48
Octal254315242200252415236110
Binary10101100110011011010001010000010101101001101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDA2; }

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

 H1.HeaderClassName
 {
   color: #ACCDA2;
 }
 .AnyTagClassName
 {
   color: #ACCDA2;
 }
</style>
background-color css

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

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

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

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

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

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