Shades of Gossip #A1CE81
Tints of Gossip #A1CE81
RGB
CMYK
RGB Variations
Color information
#A1CE81 (or 0xA1CE81) is known color: Gossip. HEX triplet: A1, CE and 81. RGB value is (161,206,129). Sum of RGB (Red+Green+Blue) = 161+206+129=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CE81 is #5E317E. Grayscale: #B8B8B8. Windows color (decimal): -6173055 or 8507041. OLE color: 8507041.
HSL color Cylindrical-coordinate representation of color #A1CE81: hue angle of 95.06º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CE81 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 129 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.19 |
| HSL | 95.06º | 0.44% | 0.66% | - |
| HSV(B) | 95.06º | 0.37% | 0.81% | - |
| XYZ | 40.73 | 53.3 | 28.91 | - |
| YUV | 183.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 129 | 0.22 | 0 | 0.37 | 0.19 | 95.06 | 0.44 | 0.66 |
| Hex | A1 | CE | 81 | 16 | 0 | 25 | 13 | 5F | 2C | 42 |
| Octal | 241 | 316 | 201 | 26 | 0 | 45 | 23 | 137 | 54 | 102 |
| Binary | 10100001 | 11001110 | 10000001 | 10110 | 0 | 100101 | 10011 | 1011111 | 101100 | 1000010 |
Color Harmonies of #A1CE81
Complementary color
Monochromatic Colors of #A1CE81
Black with #A1CE81
Text Example
Text Example
White with #A1CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE81; }
p { color: rgb(161,206,129); }
H1.HeaderClassName
{
color: #A1CE81;
}
.AnyTagClassName
{
color: #A1CE81;
}
</style>
background-color css
<style>
a { background-color: #A1CE81; }
a { background-color: rgb(161,206,129); }
div.DivClassName
{
background-color: #A1CE81;
}
.BgClassName
{
background-color: #A1CE81;
}
</style>
border-color css
<style>
span { border-color: #A1CE81; }
span { border-color: rgb(161,206,129); }
td.TdClassName
{
border-color: #A1CE81;
}
.TagClassName
{
border-color: #A1CE81;
}
</style>