Shades of Gossip #A2CD8A
Tints of Gossip #A2CD8A
RGB
CMYK
RGB Variations
Color information
#A2CD8A (or 0xA2CD8A) is known color: Gossip. HEX triplet: A2, CD and 8A. RGB value is (162,205,138). Sum of RGB (Red+Green+Blue) = 162+205+138=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD8A is #5D3275. Grayscale: #B8B8B8. Windows color (decimal): -6107766 or 9096610. OLE color: 9096610.
HSL color Cylindrical-coordinate representation of color #A2CD8A: hue angle of 98.51º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CD8A is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 205 | 138 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.20 |
| HSL | 98.51º | 0.4% | 0.67% | - |
| HSV(B) | 98.51º | 0.33% | 0.8% | - |
| XYZ | 41.32 | 53.18 | 32.13 | - |
| YUV | 184.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 138 | 0.21 | 0 | 0.33 | 0.20 | 98.51 | 0.4 | 0.67 |
| Hex | A2 | CD | 8A | 15 | 0 | 21 | 14 | 63 | 28 | 43 |
| Octal | 242 | 315 | 212 | 25 | 0 | 41 | 24 | 143 | 50 | 103 |
| Binary | 10100010 | 11001101 | 10001010 | 10101 | 0 | 100001 | 10100 | 1100011 | 101000 | 1000011 |
Color Harmonies of #A2CD8A
Complementary color
Monochromatic Colors of #A2CD8A
Black with #A2CD8A
Text Example
Text Example
White with #A2CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CD8A; }
p { color: rgb(162,205,138); }
H1.HeaderClassName
{
color: #A2CD8A;
}
.AnyTagClassName
{
color: #A2CD8A;
}
</style>
background-color css
<style>
a { background-color: #A2CD8A; }
a { background-color: rgb(162,205,138); }
div.DivClassName
{
background-color: #A2CD8A;
}
.BgClassName
{
background-color: #A2CD8A;
}
</style>
border-color css
<style>
span { border-color: #A2CD8A; }
span { border-color: rgb(162,205,138); }
td.TdClassName
{
border-color: #A2CD8A;
}
.TagClassName
{
border-color: #A2CD8A;
}
</style>