Shades of Gossip #A1CA7D
Tints of Gossip #A1CA7D
RGB
CMYK
RGB Variations
Color information
#A1CA7D (or 0xA1CA7D) is known color: Gossip. HEX triplet: A1, CA and 7D. RGB value is (161,202,125). Sum of RGB (Red+Green+Blue) = 161+202+125=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA7D is #5E3582. Grayscale: #B5B5B5. Windows color (decimal): -6174083 or 8243873. OLE color: 8243873.
HSL color Cylindrical-coordinate representation of color #A1CA7D: hue angle of 91.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1CA7D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 125 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.21 |
| HSL | 91.95º | 0.42% | 0.64% | - |
| HSV(B) | 91.95º | 0.38% | 0.79% | - |
| XYZ | 39.52 | 51.3 | 27.22 | - |
| YUV | 180.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 125 | 0.20 | 0 | 0.38 | 0.21 | 91.95 | 0.42 | 0.64 |
| Hex | A1 | CA | 7D | 14 | 0 | 26 | 15 | 5C | 2A | 40 |
| Octal | 241 | 312 | 175 | 24 | 0 | 46 | 25 | 134 | 52 | 100 |
| Binary | 10100001 | 11001010 | 1111101 | 10100 | 0 | 100110 | 10101 | 1011100 | 101010 | 1000000 |
Color Harmonies of #A1CA7D
Complementary color
Monochromatic Colors of #A1CA7D
Black with #A1CA7D
Text Example
Text Example
White with #A1CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA7D; }
p { color: rgb(161,202,125); }
H1.HeaderClassName
{
color: #A1CA7D;
}
.AnyTagClassName
{
color: #A1CA7D;
}
</style>
background-color css
<style>
a { background-color: #A1CA7D; }
a { background-color: rgb(161,202,125); }
div.DivClassName
{
background-color: #A1CA7D;
}
.BgClassName
{
background-color: #A1CA7D;
}
</style>
border-color css
<style>
span { border-color: #A1CA7D; }
span { border-color: rgb(161,202,125); }
td.TdClassName
{
border-color: #A1CA7D;
}
.TagClassName
{
border-color: #A1CA7D;
}
</style>