Shades of Gossip #9AD272
Tints of Gossip #9AD272
RGB
CMYK
RGB Variations
Color information
#9AD272 (or 0x9AD272) is known color: Gossip. HEX triplet: 9A, D2 and 72. RGB value is (154,210,114). Sum of RGB (Red+Green+Blue) = 154+210+114=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD272 is #652D8D. Grayscale: #B6B6B6. Windows color (decimal): -6630798 or 7525018. OLE color: 7525018.
HSL color Cylindrical-coordinate representation of color #9AD272: hue angle of 95º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD272 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 114 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.18 |
| HSL | 95º | 0.52% | 0.64% | - |
| HSV(B) | 95º | 0.46% | 0.82% | - |
| XYZ | 39.41 | 54.18 | 24.3 | - |
| YUV | 182.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 114 | 0.27 | 0 | 0.46 | 0.18 | 95 | 0.52 | 0.64 |
| Hex | 9A | D2 | 72 | 1B | 0 | 2E | 12 | 5F | 34 | 40 |
| Octal | 232 | 322 | 162 | 33 | 0 | 56 | 22 | 137 | 64 | 100 |
| Binary | 10011010 | 11010010 | 1110010 | 11011 | 0 | 101110 | 10010 | 1011111 | 110100 | 1000000 |
Color Harmonies of #9AD272
Complementary color
Monochromatic Colors of #9AD272
Black with #9AD272
Text Example
Text Example
White with #9AD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD272; }
p { color: rgb(154,210,114); }
H1.HeaderClassName
{
color: #9AD272;
}
.AnyTagClassName
{
color: #9AD272;
}
</style>
background-color css
<style>
a { background-color: #9AD272; }
a { background-color: rgb(154,210,114); }
div.DivClassName
{
background-color: #9AD272;
}
.BgClassName
{
background-color: #9AD272;
}
</style>
border-color css
<style>
span { border-color: #9AD272; }
span { border-color: rgb(154,210,114); }
td.TdClassName
{
border-color: #9AD272;
}
.TagClassName
{
border-color: #9AD272;
}
</style>