Shades of Gossip #9AD48B
Tints of Gossip #9AD48B
RGB
CMYK
RGB Variations
Color information
#9AD48B (or 0x9AD48B) is known color: Gossip. HEX triplet: 9A, D4 and 8B. RGB value is (154,212,139). Sum of RGB (Red+Green+Blue) = 154+212+139=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD48B is #652B74. Grayscale: #BABABA. Windows color (decimal): -6630261 or 9163930. OLE color: 9163930.
HSL color Cylindrical-coordinate representation of color #9AD48B: hue angle of 107.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AD48B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 139 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.17 |
| HSL | 107.67º | 0.46% | 0.69% | - |
| HSV(B) | 107.67º | 0.34% | 0.83% | - |
| XYZ | 41.53 | 55.82 | 33.01 | - |
| YUV | 186.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 139 | 0.27 | 0 | 0.34 | 0.17 | 107.67 | 0.46 | 0.69 |
| Hex | 9A | D4 | 8B | 1B | 0 | 22 | 11 | 6C | 2E | 45 |
| Octal | 232 | 324 | 213 | 33 | 0 | 42 | 21 | 154 | 56 | 105 |
| Binary | 10011010 | 11010100 | 10001011 | 11011 | 0 | 100010 | 10001 | 1101100 | 101110 | 1000101 |
Color Harmonies of #9AD48B
Complementary color
Monochromatic Colors of #9AD48B
Black with #9AD48B
Text Example
Text Example
White with #9AD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD48B; }
p { color: rgb(154,212,139); }
H1.HeaderClassName
{
color: #9AD48B;
}
.AnyTagClassName
{
color: #9AD48B;
}
</style>
background-color css
<style>
a { background-color: #9AD48B; }
a { background-color: rgb(154,212,139); }
div.DivClassName
{
background-color: #9AD48B;
}
.BgClassName
{
background-color: #9AD48B;
}
</style>
border-color css
<style>
span { border-color: #9AD48B; }
span { border-color: rgb(154,212,139); }
td.TdClassName
{
border-color: #9AD48B;
}
.TagClassName
{
border-color: #9AD48B;
}
</style>