Shades of Spring Rain #A0C09A
Tints of Spring Rain #A0C09A
RGB
CMYK
RGB Variations
Color information
#A0C09A (or 0xA0C09A) is known color: Spring Rain. HEX triplet: A0, C0 and 9A. RGB value is (160,192,154). Sum of RGB (Red+Green+Blue) = 160+192+154=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C09A is #5F3F65. Grayscale: #B2B2B2. Windows color (decimal): -6242150 or 10141856. OLE color: 10141856.
HSL color Cylindrical-coordinate representation of color #A0C09A: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C09A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 154 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.25 |
| HSL | 110.53º | 0.23% | 0.68% | - |
| HSV(B) | 110.53º | 0.2% | 0.75% | - |
| XYZ | 39.18 | 47.51 | 37.68 | - |
| YUV | 178.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 154 | 0.17 | 0 | 0.20 | 0.25 | 110.53 | 0.23 | 0.68 |
| Hex | A0 | C0 | 9A | 11 | 0 | 14 | 19 | 6F | 17 | 44 |
| Octal | 240 | 300 | 232 | 21 | 0 | 24 | 31 | 157 | 27 | 104 |
| Binary | 10100000 | 11000000 | 10011010 | 10001 | 0 | 10100 | 11001 | 1101111 | 10111 | 1000100 |
Color Harmonies of #A0C09A
Complementary color
Monochromatic Colors of #A0C09A
Black with #A0C09A
Text Example
Text Example
White with #A0C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C09A; }
p { color: rgb(160,192,154); }
H1.HeaderClassName
{
color: #A0C09A;
}
.AnyTagClassName
{
color: #A0C09A;
}
</style>
background-color css
<style>
a { background-color: #A0C09A; }
a { background-color: rgb(160,192,154); }
div.DivClassName
{
background-color: #A0C09A;
}
.BgClassName
{
background-color: #A0C09A;
}
</style>
border-color css
<style>
span { border-color: #A0C09A; }
span { border-color: rgb(160,192,154); }
td.TdClassName
{
border-color: #A0C09A;
}
.TagClassName
{
border-color: #A0C09A;
}
</style>