#ACC69F

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

Shades of Spring Rain #ACC69F

Tints of Spring Rain #ACC69F

Color information

#ACC69F (or 0xACC69F) is unknown color: approx Spring Rain. HEX triplet: AC, C6 and 9F. RGB value is (172,198,159). Sum of RGB (Red+Green+Blue) = 172+198+159=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69F is #533960. Grayscale: #B9B9B9. Windows color (decimal): -5454177 or 10471084. OLE color: 10471084.

HSL color Cylindrical-coordinate representation of color #ACC69F: hue angle of 100º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC69F is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB172198159-
CMYK0.1300.200.22
HSL100º25.49%70%-
HSV(B)100º19.7%77.65%-
XYZ43.4751.6640.48-
YUV185.78112.89118.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=32.51%
G=37.43%
B=30.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981590.1300.200.2210025.4970
HexACC69FD01416641946
Octal254306237150242614431106
Binary1010110011000110100111111101010100101101100100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC69F; }

 p { color: rgb(172,198,159); }

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

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

 a { background-color: rgb(172,198,159); }

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

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

 span { border-color: rgb(172,198,159); }

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