Shades of Spring Rain #ACC69C
Tints of Spring Rain #ACC69C
RGB
CMYK
RGB Variations
Color information
#ACC69C (or 0xACC69C) is known color: Spring Rain. HEX triplet: AC, C6 and 9C. RGB value is (172,198,156). Sum of RGB (Red+Green+Blue) = 172+198+156=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69C is #533963. Grayscale: #B9B9B9. Windows color (decimal): -5454180 or 10274476. OLE color: 10274476.
HSL color Cylindrical-coordinate representation of color #ACC69C: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC69C is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 156 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.22 |
| HSL | 97.14º | 0.27% | 0.69% | - |
| HSV(B) | 97.14º | 0.21% | 0.78% | - |
| XYZ | 43.21 | 51.56 | 39.13 | - |
| YUV | 185.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 156 | 0.13 | 0 | 0.21 | 0.22 | 97.14 | 0.27 | 0.69 |
| Hex | AC | C6 | 9C | D | 0 | 15 | 16 | 61 | 1B | 45 |
| Octal | 254 | 306 | 234 | 15 | 0 | 25 | 26 | 141 | 33 | 105 |
| Binary | 10101100 | 11000110 | 10011100 | 1101 | 0 | 10101 | 10110 | 1100001 | 11011 | 1000101 |
Color Harmonies of #ACC69C
Complementary color
Monochromatic Colors of #ACC69C
Black with #ACC69C
Text Example
Text Example
White with #ACC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC69C; }
p { color: rgb(172,198,156); }
H1.HeaderClassName
{
color: #ACC69C;
}
.AnyTagClassName
{
color: #ACC69C;
}
</style>
background-color css
<style>
a { background-color: #ACC69C; }
a { background-color: rgb(172,198,156); }
div.DivClassName
{
background-color: #ACC69C;
}
.BgClassName
{
background-color: #ACC69C;
}
</style>
border-color css
<style>
span { border-color: #ACC69C; }
span { border-color: rgb(172,198,156); }
td.TdClassName
{
border-color: #ACC69C;
}
.TagClassName
{
border-color: #ACC69C;
}
</style>