Shades of Gossip #A1CC93
Tints of Gossip #A1CC93
RGB
CMYK
RGB Variations
Color information
#A1CC93 (or 0xA1CC93) is known color: Gossip. HEX triplet: A1, CC and 93. RGB value is (161,204,147). Sum of RGB (Red+Green+Blue) = 161+204+147=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC93 is #5E336C. Grayscale: #B8B8B8. Windows color (decimal): -6173549 or 9686177. OLE color: 9686177.
HSL color Cylindrical-coordinate representation of color #A1CC93: hue angle of 105.26º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CC93 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 147 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.2 |
| HSL | 105.26º | 0.36% | 0.69% | - |
| HSV(B) | 105.26º | 0.28% | 0.8% | - |
| XYZ | 41.56 | 52.87 | 35.62 | - |
| YUV | 184.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 147 | 0.21 | 0 | 0.28 | 0.2 | 105.26 | 0.36 | 0.69 |
| Hex | A1 | CC | 93 | 15 | 0 | 1C | 14 | 69 | 24 | 45 |
| Octal | 241 | 314 | 223 | 25 | 0 | 34 | 24 | 151 | 44 | 105 |
| Binary | 10100001 | 11001100 | 10010011 | 10101 | 0 | 11100 | 10100 | 1101001 | 100100 | 1000101 |
Color Harmonies of #A1CC93
Complementary color
Monochromatic Colors of #A1CC93
Black with #A1CC93
Text Example
Text Example
White with #A1CC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC93; }
p { color: rgb(161,204,147); }
H1.HeaderClassName
{
color: #A1CC93;
}
.AnyTagClassName
{
color: #A1CC93;
}
</style>
background-color css
<style>
a { background-color: #A1CC93; }
a { background-color: rgb(161,204,147); }
div.DivClassName
{
background-color: #A1CC93;
}
.BgClassName
{
background-color: #A1CC93;
}
</style>
border-color css
<style>
span { border-color: #A1CC93; }
span { border-color: rgb(161,204,147); }
td.TdClassName
{
border-color: #A1CC93;
}
.TagClassName
{
border-color: #A1CC93;
}
</style>