Shades of Spring Rain #A5CF9C
Tints of Spring Rain #A5CF9C
RGB
CMYK
RGB Variations
Color information
#A5CF9C (or 0xA5CF9C) is known color: Spring Rain. HEX triplet: A5, CF and 9C. RGB value is (165,207,156). Sum of RGB (Red+Green+Blue) = 165+207+156=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF9C is #5A3063. Grayscale: #BCBCBC. Windows color (decimal): -5910628 or 10276773. OLE color: 10276773.
HSL color Cylindrical-coordinate representation of color #A5CF9C: hue angle of 109.41º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CF9C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 156 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.19 |
| HSL | 109.41º | 0.35% | 0.71% | - |
| HSV(B) | 109.41º | 0.25% | 0.81% | - |
| XYZ | 43.83 | 55.03 | 39.76 | - |
| YUV | 188.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 156 | 0.20 | 0 | 0.25 | 0.19 | 109.41 | 0.35 | 0.71 |
| Hex | A5 | CF | 9C | 14 | 0 | 19 | 13 | 6D | 23 | 47 |
| Octal | 245 | 317 | 234 | 24 | 0 | 31 | 23 | 155 | 43 | 107 |
| Binary | 10100101 | 11001111 | 10011100 | 10100 | 0 | 11001 | 10011 | 1101101 | 100011 | 1000111 |
Color Harmonies of #A5CF9C
Complementary color
Monochromatic Colors of #A5CF9C
Black with #A5CF9C
Text Example
Text Example
White with #A5CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF9C; }
p { color: rgb(165,207,156); }
H1.HeaderClassName
{
color: #A5CF9C;
}
.AnyTagClassName
{
color: #A5CF9C;
}
</style>
background-color css
<style>
a { background-color: #A5CF9C; }
a { background-color: rgb(165,207,156); }
div.DivClassName
{
background-color: #A5CF9C;
}
.BgClassName
{
background-color: #A5CF9C;
}
</style>
border-color css
<style>
span { border-color: #A5CF9C; }
span { border-color: rgb(165,207,156); }
td.TdClassName
{
border-color: #A5CF9C;
}
.TagClassName
{
border-color: #A5CF9C;
}
</style>