#ACCA9A

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

Shades of Spring Rain #ACCA9A

Tints of Spring Rain #ACCA9A

Color information

#ACCA9A (or 0xACCA9A) is unknown color: approx Spring Rain. HEX triplet: AC, CA and 9A. RGB value is (172,202,154). Sum of RGB (Red+Green+Blue) = 172+202+154=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA9A is #533565. Grayscale: #BBBBBB. Windows color (decimal): -5453158 or 10144428. OLE color: 10144428.

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

Color convert

RGB172202154-
CMYK0.1500.240.21
HSL97.5º31.17%69.8%-
HSV(B)97.5º23.76%79.22%-
XYZ43.9753.3438.55-
YUV187.56109.06116.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=32.58%
G=38.26%
B=29.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021540.1500.240.2197.531.1769.8
HexACCA9AF01815611f46
Octal254312232170302514137106
Binary1010110011001010100110101111011000101011100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA9A; }

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

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

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

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

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

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

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

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