Shades of Spring Rain #A6CA9A
Tints of Spring Rain #A6CA9A
RGB
CMYK
RGB Variations
Color information
#A6CA9A (or 0xA6CA9A) is known color: Spring Rain. HEX triplet: A6, CA and 9A. RGB value is (166,202,154). Sum of RGB (Red+Green+Blue) = 166+202+154=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA9A is #593565. Grayscale: #B9B9B9. Windows color (decimal): -5846374 or 10144422. OLE color: 10144422.
HSL color Cylindrical-coordinate representation of color #A6CA9A: hue angle of 105º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CA9A is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 154 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.21 |
| HSL | 105º | 0.31% | 0.7% | - |
| HSV(B) | 105º | 0.24% | 0.79% | - |
| XYZ | 42.68 | 52.68 | 38.49 | - |
| YUV | 185.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 154 | 0.18 | 0 | 0.24 | 0.21 | 105 | 0.31 | 0.7 |
| Hex | A6 | CA | 9A | 12 | 0 | 18 | 15 | 69 | 1F | 46 |
| Octal | 246 | 312 | 232 | 22 | 0 | 30 | 25 | 151 | 37 | 106 |
| Binary | 10100110 | 11001010 | 10011010 | 10010 | 0 | 11000 | 10101 | 1101001 | 11111 | 1000110 |
Color Harmonies of #A6CA9A
Complementary color
Monochromatic Colors of #A6CA9A
Black with #A6CA9A
Text Example
Text Example
White with #A6CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA9A; }
p { color: rgb(166,202,154); }
H1.HeaderClassName
{
color: #A6CA9A;
}
.AnyTagClassName
{
color: #A6CA9A;
}
</style>
background-color css
<style>
a { background-color: #A6CA9A; }
a { background-color: rgb(166,202,154); }
div.DivClassName
{
background-color: #A6CA9A;
}
.BgClassName
{
background-color: #A6CA9A;
}
</style>
border-color css
<style>
span { border-color: #A6CA9A; }
span { border-color: rgb(166,202,154); }
td.TdClassName
{
border-color: #A6CA9A;
}
.TagClassName
{
border-color: #A6CA9A;
}
</style>