Shades of Spring Rain #A0C693
Tints of Spring Rain #A0C693
RGB
CMYK
RGB Variations
Color information
#A0C693 (or 0xA0C693) is known color: Spring Rain. HEX triplet: A0, C6 and 93. RGB value is (160,198,147). Sum of RGB (Red+Green+Blue) = 160+198+147=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C693 is #5F396C. Grayscale: #B4B4B4. Windows color (decimal): -6240621 or 9684640. OLE color: 9684640.
HSL color Cylindrical-coordinate representation of color #A0C693: hue angle of 104.71º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0C693 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 147 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.22 |
| HSL | 104.71º | 0.31% | 0.68% | - |
| HSV(B) | 104.71º | 0.26% | 0.78% | - |
| XYZ | 39.96 | 49.97 | 35.14 | - |
| YUV | 180.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 147 | 0.19 | 0 | 0.26 | 0.22 | 104.71 | 0.31 | 0.68 |
| Hex | A0 | C6 | 93 | 13 | 0 | 1A | 16 | 69 | 1F | 44 |
| Octal | 240 | 306 | 223 | 23 | 0 | 32 | 26 | 151 | 37 | 104 |
| Binary | 10100000 | 11000110 | 10010011 | 10011 | 0 | 11010 | 10110 | 1101001 | 11111 | 1000100 |
Color Harmonies of #A0C693
Complementary color
Monochromatic Colors of #A0C693
Black with #A0C693
Text Example
Text Example
White with #A0C693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C693; }
p { color: rgb(160,198,147); }
H1.HeaderClassName
{
color: #A0C693;
}
.AnyTagClassName
{
color: #A0C693;
}
</style>
background-color css
<style>
a { background-color: #A0C693; }
a { background-color: rgb(160,198,147); }
div.DivClassName
{
background-color: #A0C693;
}
.BgClassName
{
background-color: #A0C693;
}
</style>
border-color css
<style>
span { border-color: #A0C693; }
span { border-color: rgb(160,198,147); }
td.TdClassName
{
border-color: #A0C693;
}
.TagClassName
{
border-color: #A0C693;
}
</style>