#ACC29E

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

Shades of Spring Rain #ACC29E

Tints of Spring Rain #ACC29E

Color information

#ACC29E (or 0xACC29E) is unknown color: approx Spring Rain. HEX triplet: AC, C2 and 9E. RGB value is (172,194,158). Sum of RGB (Red+Green+Blue) = 172+194+158=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29E is #533D61. Grayscale: #B7B7B7. Windows color (decimal): -5455202 or 10404524. OLE color: 10404524.

HSL color Cylindrical-coordinate representation of color #ACC29E: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC29E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB172194158-
CMYK0.1100.190.24
HSL96.67º22.78%69.02%-
HSV(B)96.67º18.56%76.08%-
XYZ42.4849.8239.73-
YUV183.32113.71119.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=32.82%
G=37.02%
B=30.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941580.1100.190.2496.6722.7869.02
HexACC29EB01318611745
Octal254302236130233014127105
Binary1010110011000010100111101011010011110001100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC29E; }

 p { color: rgb(172,194,158); }

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

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

 a { background-color: rgb(172,194,158); }

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

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

 span { border-color: rgb(172,194,158); }

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