Shades of Sprout #ACC69A
Tints of Sprout #ACC69A
RGB
CMYK
RGB Variations
Color information
#ACC69A (or 0xACC69A) is known color: Sprout. HEX triplet: AC, C6 and 9A. RGB value is (172,198,154). Sum of RGB (Red+Green+Blue) = 172+198+154=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69A is #533965. Grayscale: #B9B9B9. Windows color (decimal): -5454182 or 10143404. OLE color: 10143404.
HSL color Cylindrical-coordinate representation of color #ACC69A: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC69A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 154 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.22 |
| HSL | 95.45º | 0.28% | 0.69% | - |
| HSV(B) | 95.45º | 0.22% | 0.78% | - |
| XYZ | 43.04 | 51.49 | 38.24 | - |
| YUV | 185.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 154 | 0.13 | 0 | 0.22 | 0.22 | 95.45 | 0.28 | 0.69 |
| Hex | AC | C6 | 9A | D | 0 | 16 | 16 | 5F | 1C | 45 |
| Octal | 254 | 306 | 232 | 15 | 0 | 26 | 26 | 137 | 34 | 105 |
| Binary | 10101100 | 11000110 | 10011010 | 1101 | 0 | 10110 | 10110 | 1011111 | 11100 | 1000101 |
Color Harmonies of #ACC69A
Complementary color
Monochromatic Colors of #ACC69A
Black with #ACC69A
Text Example
Text Example
White with #ACC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC69A; }
p { color: rgb(172,198,154); }
H1.HeaderClassName
{
color: #ACC69A;
}
.AnyTagClassName
{
color: #ACC69A;
}
</style>
background-color css
<style>
a { background-color: #ACC69A; }
a { background-color: rgb(172,198,154); }
div.DivClassName
{
background-color: #ACC69A;
}
.BgClassName
{
background-color: #ACC69A;
}
</style>
border-color css
<style>
span { border-color: #ACC69A; }
span { border-color: rgb(172,198,154); }
td.TdClassName
{
border-color: #ACC69A;
}
.TagClassName
{
border-color: #ACC69A;
}
</style>