Shades of Spring Rain #ACC69D
Tints of Spring Rain #ACC69D
RGB
CMYK
RGB Variations
Color information
#ACC69D (or 0xACC69D) is known color: Spring Rain. HEX triplet: AC, C6 and 9D. RGB value is (172,198,157). Sum of RGB (Red+Green+Blue) = 172+198+157=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69D is #533962. Grayscale: #B9B9B9. Windows color (decimal): -5454179 or 10340012. OLE color: 10340012.
HSL color Cylindrical-coordinate representation of color #ACC69D: hue angle of 98.05º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC69D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 157 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.22 |
| HSL | 98.05º | 0.26% | 0.7% | - |
| HSV(B) | 98.05º | 0.21% | 0.78% | - |
| XYZ | 43.29 | 51.59 | 39.57 | - |
| YUV | 185.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 157 | 0.13 | 0 | 0.21 | 0.22 | 98.05 | 0.26 | 0.7 |
| Hex | AC | C6 | 9D | D | 0 | 15 | 16 | 62 | 1A | 46 |
| Octal | 254 | 306 | 235 | 15 | 0 | 25 | 26 | 142 | 32 | 106 |
| Binary | 10101100 | 11000110 | 10011101 | 1101 | 0 | 10101 | 10110 | 1100010 | 11010 | 1000110 |
Color Harmonies of #ACC69D
Complementary color
Monochromatic Colors of #ACC69D
Black with #ACC69D
Text Example
Text Example
White with #ACC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC69D; }
p { color: rgb(172,198,157); }
H1.HeaderClassName
{
color: #ACC69D;
}
.AnyTagClassName
{
color: #ACC69D;
}
</style>
background-color css
<style>
a { background-color: #ACC69D; }
a { background-color: rgb(172,198,157); }
div.DivClassName
{
background-color: #ACC69D;
}
.BgClassName
{
background-color: #ACC69D;
}
</style>
border-color css
<style>
span { border-color: #ACC69D; }
span { border-color: rgb(172,198,157); }
td.TdClassName
{
border-color: #ACC69D;
}
.TagClassName
{
border-color: #ACC69D;
}
</style>