Shades of Spring Rain #A6CC96
Tints of Spring Rain #A6CC96
RGB
CMYK
RGB Variations
Color information
#A6CC96 (or 0xA6CC96) is known color: Spring Rain. HEX triplet: A6, CC and 96. RGB value is (166,204,150). Sum of RGB (Red+Green+Blue) = 166+204+150=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC96 is #593369. Grayscale: #BABABA. Windows color (decimal): -5845866 or 9882790. OLE color: 9882790.
HSL color Cylindrical-coordinate representation of color #A6CC96: hue angle of 102.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CC96 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 150 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.2 |
| HSL | 102.22º | 0.35% | 0.69% | - |
| HSV(B) | 102.22º | 0.26% | 0.8% | - |
| XYZ | 42.82 | 53.49 | 36.92 | - |
| YUV | 186.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 150 | 0.19 | 0 | 0.26 | 0.2 | 102.22 | 0.35 | 0.69 |
| Hex | A6 | CC | 96 | 13 | 0 | 1A | 14 | 66 | 23 | 45 |
| Octal | 246 | 314 | 226 | 23 | 0 | 32 | 24 | 146 | 43 | 105 |
| Binary | 10100110 | 11001100 | 10010110 | 10011 | 0 | 11010 | 10100 | 1100110 | 100011 | 1000101 |
Color Harmonies of #A6CC96
Complementary color
Monochromatic Colors of #A6CC96
Black with #A6CC96
Text Example
Text Example
White with #A6CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC96; }
p { color: rgb(166,204,150); }
H1.HeaderClassName
{
color: #A6CC96;
}
.AnyTagClassName
{
color: #A6CC96;
}
</style>
background-color css
<style>
a { background-color: #A6CC96; }
a { background-color: rgb(166,204,150); }
div.DivClassName
{
background-color: #A6CC96;
}
.BgClassName
{
background-color: #A6CC96;
}
</style>
border-color css
<style>
span { border-color: #A6CC96; }
span { border-color: rgb(166,204,150); }
td.TdClassName
{
border-color: #A6CC96;
}
.TagClassName
{
border-color: #A6CC96;
}
</style>