Shades of Gossip #A1C88A
Tints of Gossip #A1C88A
RGB
CMYK
RGB Variations
Color information
#A1C88A (or 0xA1C88A) is known color: Gossip. HEX triplet: A1, C8 and 8A. RGB value is (161,200,138). Sum of RGB (Red+Green+Blue) = 161+200+138=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C88A is #5E3775. Grayscale: #B5B5B5. Windows color (decimal): -6174582 or 9095329. OLE color: 9095329.
HSL color Cylindrical-coordinate representation of color #A1C88A: hue angle of 97.74º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C88A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 138 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.22 |
| HSL | 97.74º | 0.36% | 0.66% | - |
| HSV(B) | 97.74º | 0.31% | 0.78% | - |
| XYZ | 39.94 | 50.72 | 31.73 | - |
| YUV | 181.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 138 | 0.19 | 0 | 0.31 | 0.22 | 97.74 | 0.36 | 0.66 |
| Hex | A1 | C8 | 8A | 13 | 0 | 1F | 16 | 62 | 24 | 42 |
| Octal | 241 | 310 | 212 | 23 | 0 | 37 | 26 | 142 | 44 | 102 |
| Binary | 10100001 | 11001000 | 10001010 | 10011 | 0 | 11111 | 10110 | 1100010 | 100100 | 1000010 |
Color Harmonies of #A1C88A
Complementary color
Monochromatic Colors of #A1C88A
Black with #A1C88A
Text Example
Text Example
White with #A1C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C88A; }
p { color: rgb(161,200,138); }
H1.HeaderClassName
{
color: #A1C88A;
}
.AnyTagClassName
{
color: #A1C88A;
}
</style>
background-color css
<style>
a { background-color: #A1C88A; }
a { background-color: rgb(161,200,138); }
div.DivClassName
{
background-color: #A1C88A;
}
.BgClassName
{
background-color: #A1C88A;
}
</style>
border-color css
<style>
span { border-color: #A1C88A; }
span { border-color: rgb(161,200,138); }
td.TdClassName
{
border-color: #A1C88A;
}
.TagClassName
{
border-color: #A1C88A;
}
</style>