#ACC09E

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

Shades of Spring Rain #ACC09E

Tints of Spring Rain #ACC09E

Color information

#ACC09E (or 0xACC09E) is unknown color: approx Spring Rain. HEX triplet: AC, C0 and 9E. RGB value is (172,192,158). Sum of RGB (Red+Green+Blue) = 172+192+158=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC09E is #533F61. Grayscale: #B6B6B6. Windows color (decimal): -5455714 or 10404012. OLE color: 10404012.

HSL color Cylindrical-coordinate representation of color #ACC09E: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC09E is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB172192158-
CMYK0.1000.180.25
HSL95.29º21.25%68.63%-
HSV(B)95.29º17.71%75.29%-
XYZ42.0348.9439.58-
YUV182.14114.37120.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=32.95%
G=36.78%
B=30.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921580.1000.180.2595.2921.2568.63
HexACC09EA012195f1545
Octal254300236120223113725105
Binary1010110011000000100111101010010010110011011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC09E; }

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

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

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

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

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

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

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

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