Shades of Gossip #A0CB90
Tints of Gossip #A0CB90
RGB
CMYK
RGB Variations
Color information
#A0CB90 (or 0xA0CB90) is known color: Gossip. HEX triplet: A0, CB and 90. RGB value is (160,203,144). Sum of RGB (Red+Green+Blue) = 160+203+144=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB90 is #5F346F. Grayscale: #B7B7B7. Windows color (decimal): -6239344 or 9489312. OLE color: 9489312.
HSL color Cylindrical-coordinate representation of color #A0CB90: hue angle of 103.73º degrees, saturation: 0.36, 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 #A0CB90 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 144 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.20 |
| HSL | 103.73º | 0.36% | 0.68% | - |
| HSV(B) | 103.73º | 0.29% | 0.8% | - |
| XYZ | 40.89 | 52.2 | 34.31 | - |
| YUV | 183.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 144 | 0.21 | 0 | 0.29 | 0.20 | 103.73 | 0.36 | 0.68 |
| Hex | A0 | CB | 90 | 15 | 0 | 1D | 14 | 68 | 24 | 44 |
| Octal | 240 | 313 | 220 | 25 | 0 | 35 | 24 | 150 | 44 | 104 |
| Binary | 10100000 | 11001011 | 10010000 | 10101 | 0 | 11101 | 10100 | 1101000 | 100100 | 1000100 |
Color Harmonies of #A0CB90
Complementary color
Monochromatic Colors of #A0CB90
Black with #A0CB90
Text Example
Text Example
White with #A0CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB90; }
p { color: rgb(160,203,144); }
H1.HeaderClassName
{
color: #A0CB90;
}
.AnyTagClassName
{
color: #A0CB90;
}
</style>
background-color css
<style>
a { background-color: #A0CB90; }
a { background-color: rgb(160,203,144); }
div.DivClassName
{
background-color: #A0CB90;
}
.BgClassName
{
background-color: #A0CB90;
}
</style>
border-color css
<style>
span { border-color: #A0CB90; }
span { border-color: rgb(160,203,144); }
td.TdClassName
{
border-color: #A0CB90;
}
.TagClassName
{
border-color: #A0CB90;
}
</style>