#ACCA9E

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

Shades of Spring Rain #ACCA9E

Tints of Spring Rain #ACCA9E

Color information

#ACCA9E (or 0xACCA9E) is unknown color: approx Spring Rain. HEX triplet: AC, CA and 9E. RGB value is (172,202,158). Sum of RGB (Red+Green+Blue) = 172+202+158=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA9E is #533561. Grayscale: #BCBCBC. Windows color (decimal): -5453154 or 10406572. OLE color: 10406572.

HSL color Cylindrical-coordinate representation of color #ACCA9E: hue angle of 100.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCA9E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB172202158-
CMYK0.1500.220.21
HSL100.91º29.33%70.59%-
HSV(B)100.91º21.78%79.22%-
XYZ44.3153.4840.34-
YUV188.01111.06116.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=32.33%
G=37.97%
B=29.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021580.1500.220.21100.9129.3370.59
HexACCA9EF01615651d47
Octal254312236170262514535107
Binary1010110011001010100111101111010110101011100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA9E; }

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

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

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

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

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

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

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

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