Shades of Gossip #A1CC90
Tints of Gossip #A1CC90
RGB
CMYK
RGB Variations
Color information
#A1CC90 (or 0xA1CC90) is known color: Gossip. HEX triplet: A1, CC and 90. RGB value is (161,204,144). Sum of RGB (Red+Green+Blue) = 161+204+144=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC90 is #5E336F. Grayscale: #B8B8B8. Windows color (decimal): -6173552 or 9489569. OLE color: 9489569.
HSL color Cylindrical-coordinate representation of color #A1CC90: hue angle of 103º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CC90 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 144 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.2 |
| HSL | 103º | 0.37% | 0.68% | - |
| HSV(B) | 103º | 0.29% | 0.8% | - |
| XYZ | 41.32 | 52.78 | 34.39 | - |
| YUV | 184.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 144 | 0.21 | 0 | 0.29 | 0.2 | 103 | 0.37 | 0.68 |
| Hex | A1 | CC | 90 | 15 | 0 | 1D | 14 | 67 | 25 | 44 |
| Octal | 241 | 314 | 220 | 25 | 0 | 35 | 24 | 147 | 45 | 104 |
| Binary | 10100001 | 11001100 | 10010000 | 10101 | 0 | 11101 | 10100 | 1100111 | 100101 | 1000100 |
Color Harmonies of #A1CC90
Complementary color
Monochromatic Colors of #A1CC90
Black with #A1CC90
Text Example
Text Example
White with #A1CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC90; }
p { color: rgb(161,204,144); }
H1.HeaderClassName
{
color: #A1CC90;
}
.AnyTagClassName
{
color: #A1CC90;
}
</style>
background-color css
<style>
a { background-color: #A1CC90; }
a { background-color: rgb(161,204,144); }
div.DivClassName
{
background-color: #A1CC90;
}
.BgClassName
{
background-color: #A1CC90;
}
</style>
border-color css
<style>
span { border-color: #A1CC90; }
span { border-color: rgb(161,204,144); }
td.TdClassName
{
border-color: #A1CC90;
}
.TagClassName
{
border-color: #A1CC90;
}
</style>