Shades of Gossip #A2CF8A
Tints of Gossip #A2CF8A
RGB
CMYK
RGB Variations
Color information
#A2CF8A (or 0xA2CF8A) is known color: Gossip. HEX triplet: A2, CF and 8A. RGB value is (162,207,138). Sum of RGB (Red+Green+Blue) = 162+207+138=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF8A is #5D3075. Grayscale: #B9B9B9. Windows color (decimal): -6107254 or 9097122. OLE color: 9097122.
HSL color Cylindrical-coordinate representation of color #A2CF8A: hue angle of 99.13º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CF8A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 138 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.19 |
| HSL | 99.13º | 0.42% | 0.68% | - |
| HSV(B) | 99.13º | 0.33% | 0.81% | - |
| XYZ | 41.8 | 54.14 | 32.29 | - |
| YUV | 185.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 138 | 0.22 | 0 | 0.33 | 0.19 | 99.13 | 0.42 | 0.68 |
| Hex | A2 | CF | 8A | 16 | 0 | 21 | 13 | 63 | 2A | 44 |
| Octal | 242 | 317 | 212 | 26 | 0 | 41 | 23 | 143 | 52 | 104 |
| Binary | 10100010 | 11001111 | 10001010 | 10110 | 0 | 100001 | 10011 | 1100011 | 101010 | 1000100 |
Color Harmonies of #A2CF8A
Complementary color
Monochromatic Colors of #A2CF8A
Black with #A2CF8A
Text Example
Text Example
White with #A2CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF8A; }
p { color: rgb(162,207,138); }
H1.HeaderClassName
{
color: #A2CF8A;
}
.AnyTagClassName
{
color: #A2CF8A;
}
</style>
background-color css
<style>
a { background-color: #A2CF8A; }
a { background-color: rgb(162,207,138); }
div.DivClassName
{
background-color: #A2CF8A;
}
.BgClassName
{
background-color: #A2CF8A;
}
</style>
border-color css
<style>
span { border-color: #A2CF8A; }
span { border-color: rgb(162,207,138); }
td.TdClassName
{
border-color: #A2CF8A;
}
.TagClassName
{
border-color: #A2CF8A;
}
</style>