Shades of Gossip #9ADF82
Tints of Gossip #9ADF82
RGB
CMYK
RGB Variations
Color information
#9ADF82 (or 0x9ADF82) is known color: Gossip. HEX triplet: 9A, DF and 82. RGB value is (154,223,130). Sum of RGB (Red+Green+Blue) = 154+223+130=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADF82 is #65207D. Grayscale: #C0C0C0. Windows color (decimal): -6627454 or 8576922. OLE color: 8576922.
HSL color Cylindrical-coordinate representation of color #9ADF82: hue angle of 104.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ADF82 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 130 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.13 |
| HSL | 104.52º | 0.59% | 0.69% | - |
| HSV(B) | 104.52º | 0.42% | 0.87% | - |
| XYZ | 43.74 | 61.26 | 30.64 | - |
| YUV | 191.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 130 | 0.31 | 0 | 0.42 | 0.13 | 104.52 | 0.59 | 0.69 |
| Hex | 9A | DF | 82 | 1F | 0 | 2A | D | 69 | 3B | 45 |
| Octal | 232 | 337 | 202 | 37 | 0 | 52 | 15 | 151 | 73 | 105 |
| Binary | 10011010 | 11011111 | 10000010 | 11111 | 0 | 101010 | 1101 | 1101001 | 111011 | 1000101 |
Color Harmonies of #9ADF82
Complementary color
Monochromatic Colors of #9ADF82
Black with #9ADF82
Text Example
Text Example
White with #9ADF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADF82; }
p { color: rgb(154,223,130); }
H1.HeaderClassName
{
color: #9ADF82;
}
.AnyTagClassName
{
color: #9ADF82;
}
</style>
background-color css
<style>
a { background-color: #9ADF82; }
a { background-color: rgb(154,223,130); }
div.DivClassName
{
background-color: #9ADF82;
}
.BgClassName
{
background-color: #9ADF82;
}
</style>
border-color css
<style>
span { border-color: #9ADF82; }
span { border-color: rgb(154,223,130); }
td.TdClassName
{
border-color: #9ADF82;
}
.TagClassName
{
border-color: #9ADF82;
}
</style>