Shades of Gossip #A2CC90
Tints of Gossip #A2CC90
RGB
CMYK
RGB Variations
Color information
#A2CC90 (or 0xA2CC90) is known color: Gossip. HEX triplet: A2, CC and 90. RGB value is (162,204,144). Sum of RGB (Red+Green+Blue) = 162+204+144=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC90 is #5D336F. Grayscale: #B8B8B8. Windows color (decimal): -6108016 or 9489570. OLE color: 9489570.
HSL color Cylindrical-coordinate representation of color #A2CC90: hue angle of 102º 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 #A2CC90 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 144 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.2 |
| HSL | 102º | 0.37% | 0.68% | - |
| HSV(B) | 102º | 0.29% | 0.8% | - |
| XYZ | 41.53 | 52.88 | 34.4 | - |
| YUV | 184.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 144 | 0.21 | 0 | 0.29 | 0.2 | 102 | 0.37 | 0.68 |
| Hex | A2 | CC | 90 | 15 | 0 | 1D | 14 | 66 | 25 | 44 |
| Octal | 242 | 314 | 220 | 25 | 0 | 35 | 24 | 146 | 45 | 104 |
| Binary | 10100010 | 11001100 | 10010000 | 10101 | 0 | 11101 | 10100 | 1100110 | 100101 | 1000100 |
Color Harmonies of #A2CC90
Complementary color
Monochromatic Colors of #A2CC90
Black with #A2CC90
Text Example
Text Example
White with #A2CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC90; }
p { color: rgb(162,204,144); }
H1.HeaderClassName
{
color: #A2CC90;
}
.AnyTagClassName
{
color: #A2CC90;
}
</style>
background-color css
<style>
a { background-color: #A2CC90; }
a { background-color: rgb(162,204,144); }
div.DivClassName
{
background-color: #A2CC90;
}
.BgClassName
{
background-color: #A2CC90;
}
</style>
border-color css
<style>
span { border-color: #A2CC90; }
span { border-color: rgb(162,204,144); }
td.TdClassName
{
border-color: #A2CC90;
}
.TagClassName
{
border-color: #A2CC90;
}
</style>