Shades of Gossip #A2D08A
Tints of Gossip #A2D08A
RGB
CMYK
RGB Variations
Color information
#A2D08A (or 0xA2D08A) is known color: Gossip. HEX triplet: A2, D0 and 8A. RGB value is (162,208,138). Sum of RGB (Red+Green+Blue) = 162+208+138=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D08A is #5D2F75. Grayscale: #BABABA. Windows color (decimal): -6106998 or 9097378. OLE color: 9097378.
HSL color Cylindrical-coordinate representation of color #A2D08A: hue angle of 99.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D08A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
RGB | 162 | 208 | 138 | - |
CMYK | 0.22 | 0 | 0.34 | 0.18 |
HSL | 99.43º | 0.43% | 0.68% | - |
HSV(B) | 99.43º | 0.34% | 0.82% | - |
XYZ | 42.04 | 54.63 | 32.37 | - |
YUV | 186.27 | 100.76 | 110.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 208 | 138 | 0.22 | 0 | 0.34 | 0.18 | 99.43 | 0.43 | 0.68 |
Hex | A2 | D0 | 8A | 16 | 0 | 22 | 12 | 63 | 2B | 44 |
Octal | 242 | 320 | 212 | 26 | 0 | 42 | 22 | 143 | 53 | 104 |
Binary | 10100010 | 11010000 | 10001010 | 10110 | 0 | 100010 | 10010 | 1100011 | 101011 | 1000100 |
Color Harmonies of #A2D08A
Complementary color
Monochromatic Colors of #A2D08A
Black with #A2D08A
Text Example
Text Example
White with #A2D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D08A; }
p { color: rgb(162,208,138); }
H1.HeaderClassName
{
color: #A2D08A;
}
.AnyTagClassName
{
color: #A2D08A;
}
</style>
background-color css
<style>
a { background-color: #A2D08A; }
a { background-color: rgb(162,208,138); }
div.DivClassName
{
background-color: #A2D08A;
}
.BgClassName
{
background-color: #A2D08A;
}
</style>
border-color css
<style>
span { border-color: #A2D08A; }
span { border-color: rgb(162,208,138); }
td.TdClassName
{
border-color: #A2D08A;
}
.TagClassName
{
border-color: #A2D08A;
}
</style>