Shades of Spring Rain #ACC19F
Tints of Spring Rain #ACC19F
RGB
CMYK
RGB Variations
Color information
#ACC19F (or 0xACC19F) is known color: Spring Rain. HEX triplet: AC, C1 and 9F. RGB value is (172,193,159). Sum of RGB (Red+Green+Blue) = 172+193+159=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC19F is #533E60. Grayscale: #B6B6B6. Windows color (decimal): -5455457 or 10469804. OLE color: 10469804.
HSL color Cylindrical-coordinate representation of color #ACC19F: hue angle of 97.06º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC19F is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 159 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.24 |
| HSL | 97.06º | 0.22% | 0.69% | - |
| HSV(B) | 97.06º | 0.18% | 0.76% | - |
| XYZ | 42.34 | 49.41 | 40.11 | - |
| YUV | 182.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 159 | 0.11 | 0 | 0.18 | 0.24 | 97.06 | 0.22 | 0.69 |
| Hex | AC | C1 | 9F | B | 0 | 12 | 18 | 61 | 16 | 45 |
| Octal | 254 | 301 | 237 | 13 | 0 | 22 | 30 | 141 | 26 | 105 |
| Binary | 10101100 | 11000001 | 10011111 | 1011 | 0 | 10010 | 11000 | 1100001 | 10110 | 1000101 |
Color Harmonies of #ACC19F
Complementary color
Monochromatic Colors of #ACC19F
Black with #ACC19F
Text Example
Text Example
White with #ACC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC19F; }
p { color: rgb(172,193,159); }
H1.HeaderClassName
{
color: #ACC19F;
}
.AnyTagClassName
{
color: #ACC19F;
}
</style>
background-color css
<style>
a { background-color: #ACC19F; }
a { background-color: rgb(172,193,159); }
div.DivClassName
{
background-color: #ACC19F;
}
.BgClassName
{
background-color: #ACC19F;
}
</style>
border-color css
<style>
span { border-color: #ACC19F; }
span { border-color: rgb(172,193,159); }
td.TdClassName
{
border-color: #ACC19F;
}
.TagClassName
{
border-color: #ACC19F;
}
</style>