Shades of Spring Rain #A8CF9F
Tints of Spring Rain #A8CF9F
RGB
CMYK
RGB Variations
Color information
#A8CF9F (or 0xA8CF9F) is known color: Spring Rain. HEX triplet: A8, CF and 9F. RGB value is (168,207,159). Sum of RGB (Red+Green+Blue) = 168+207+159=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CF9F is #573060. Grayscale: #BEBEBE. Windows color (decimal): -5714017 or 10473384. OLE color: 10473384.
HSL color Cylindrical-coordinate representation of color #A8CF9F: hue angle of 108.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CF9F is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 159 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.19 |
| HSL | 108.75º | 0.33% | 0.72% | - |
| HSV(B) | 108.75º | 0.23% | 0.81% | - |
| XYZ | 44.72 | 55.45 | 41.15 | - |
| YUV | 189.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 159 | 0.19 | 0 | 0.23 | 0.19 | 108.75 | 0.33 | 0.72 |
| Hex | A8 | CF | 9F | 13 | 0 | 17 | 13 | 6D | 21 | 48 |
| Octal | 250 | 317 | 237 | 23 | 0 | 27 | 23 | 155 | 41 | 110 |
| Binary | 10101000 | 11001111 | 10011111 | 10011 | 0 | 10111 | 10011 | 1101101 | 100001 | 1001000 |
Color Harmonies of #A8CF9F
Complementary color
Monochromatic Colors of #A8CF9F
Black with #A8CF9F
Text Example
Text Example
White with #A8CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF9F; }
p { color: rgb(168,207,159); }
H1.HeaderClassName
{
color: #A8CF9F;
}
.AnyTagClassName
{
color: #A8CF9F;
}
</style>
background-color css
<style>
a { background-color: #A8CF9F; }
a { background-color: rgb(168,207,159); }
div.DivClassName
{
background-color: #A8CF9F;
}
.BgClassName
{
background-color: #A8CF9F;
}
</style>
border-color css
<style>
span { border-color: #A8CF9F; }
span { border-color: rgb(168,207,159); }
td.TdClassName
{
border-color: #A8CF9F;
}
.TagClassName
{
border-color: #A8CF9F;
}
</style>