Shades of Spring Rain #A2CF96
Tints of Spring Rain #A2CF96
RGB
CMYK
RGB Variations
Color information
#A2CF96 (or 0xA2CF96) is known color: Spring Rain. HEX triplet: A2, CF and 96. RGB value is (162,207,150). Sum of RGB (Red+Green+Blue) = 162+207+150=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF96 is #5D3069. Grayscale: #BBBBBB. Windows color (decimal): -6107242 or 9883554. OLE color: 9883554.
HSL color Cylindrical-coordinate representation of color #A2CF96: hue angle of 107.37º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2CF96 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 150 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.19 |
| HSL | 107.37º | 0.37% | 0.7% | - |
| HSV(B) | 107.37º | 0.28% | 0.81% | - |
| XYZ | 42.72 | 54.51 | 37.12 | - |
| YUV | 187.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 150 | 0.22 | 0 | 0.28 | 0.19 | 107.37 | 0.37 | 0.7 |
| Hex | A2 | CF | 96 | 16 | 0 | 1C | 13 | 6B | 25 | 46 |
| Octal | 242 | 317 | 226 | 26 | 0 | 34 | 23 | 153 | 45 | 106 |
| Binary | 10100010 | 11001111 | 10010110 | 10110 | 0 | 11100 | 10011 | 1101011 | 100101 | 1000110 |
Color Harmonies of #A2CF96
Complementary color
Monochromatic Colors of #A2CF96
Black with #A2CF96
Text Example
Text Example
White with #A2CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF96; }
p { color: rgb(162,207,150); }
H1.HeaderClassName
{
color: #A2CF96;
}
.AnyTagClassName
{
color: #A2CF96;
}
</style>
background-color css
<style>
a { background-color: #A2CF96; }
a { background-color: rgb(162,207,150); }
div.DivClassName
{
background-color: #A2CF96;
}
.BgClassName
{
background-color: #A2CF96;
}
</style>
border-color css
<style>
span { border-color: #A2CF96; }
span { border-color: rgb(162,207,150); }
td.TdClassName
{
border-color: #A2CF96;
}
.TagClassName
{
border-color: #A2CF96;
}
</style>