Shades of Gossip #A0D27D
Tints of Gossip #A0D27D
RGB
CMYK
RGB Variations
Color information
#A0D27D (or 0xA0D27D) is known color: Gossip. HEX triplet: A0, D2 and 7D. RGB value is (160,210,125). Sum of RGB (Red+Green+Blue) = 160+210+125=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D27D is #5F2D82. Grayscale: #B9B9B9. Windows color (decimal): -6237571 or 8245920. OLE color: 8245920.
HSL color Cylindrical-coordinate representation of color #A0D27D: hue angle of 95.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D27D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 125 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.18 |
| HSL | 95.29º | 0.49% | 0.66% | - |
| HSV(B) | 95.29º | 0.4% | 0.82% | - |
| XYZ | 41.25 | 55.05 | 27.85 | - |
| YUV | 185.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 125 | 0.24 | 0 | 0.40 | 0.18 | 95.29 | 0.49 | 0.66 |
| Hex | A0 | D2 | 7D | 18 | 0 | 28 | 12 | 5F | 31 | 42 |
| Octal | 240 | 322 | 175 | 30 | 0 | 50 | 22 | 137 | 61 | 102 |
| Binary | 10100000 | 11010010 | 1111101 | 11000 | 0 | 101000 | 10010 | 1011111 | 110001 | 1000010 |
Color Harmonies of #A0D27D
Complementary color
Monochromatic Colors of #A0D27D
Black with #A0D27D
Text Example
Text Example
White with #A0D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D27D; }
p { color: rgb(160,210,125); }
H1.HeaderClassName
{
color: #A0D27D;
}
.AnyTagClassName
{
color: #A0D27D;
}
</style>
background-color css
<style>
a { background-color: #A0D27D; }
a { background-color: rgb(160,210,125); }
div.DivClassName
{
background-color: #A0D27D;
}
.BgClassName
{
background-color: #A0D27D;
}
</style>
border-color css
<style>
span { border-color: #A0D27D; }
span { border-color: rgb(160,210,125); }
td.TdClassName
{
border-color: #A0D27D;
}
.TagClassName
{
border-color: #A0D27D;
}
</style>