Shades of Gossip #9AD58A
Tints of Gossip #9AD58A
RGB
CMYK
RGB Variations
Color information
#9AD58A (or 0x9AD58A) is known color: Gossip. HEX triplet: 9A, D5 and 8A. RGB value is (154,213,138). Sum of RGB (Red+Green+Blue) = 154+213+138=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD58A is #652A75. Grayscale: #BBBBBB. Windows color (decimal): -6630006 or 9098650. OLE color: 9098650.
HSL color Cylindrical-coordinate representation of color #9AD58A: hue angle of 107.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AD58A is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 138 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.16 |
| HSL | 107.2º | 0.47% | 0.69% | - |
| HSV(B) | 107.2º | 0.35% | 0.84% | - |
| XYZ | 41.71 | 56.29 | 32.71 | - |
| YUV | 186.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 138 | 0.28 | 0 | 0.35 | 0.16 | 107.2 | 0.47 | 0.69 |
| Hex | 9A | D5 | 8A | 1C | 0 | 23 | 10 | 6B | 2F | 45 |
| Octal | 232 | 325 | 212 | 34 | 0 | 43 | 20 | 153 | 57 | 105 |
| Binary | 10011010 | 11010101 | 10001010 | 11100 | 0 | 100011 | 10000 | 1101011 | 101111 | 1000101 |
Color Harmonies of #9AD58A
Complementary color
Monochromatic Colors of #9AD58A
Black with #9AD58A
Text Example
Text Example
White with #9AD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD58A; }
p { color: rgb(154,213,138); }
H1.HeaderClassName
{
color: #9AD58A;
}
.AnyTagClassName
{
color: #9AD58A;
}
</style>
background-color css
<style>
a { background-color: #9AD58A; }
a { background-color: rgb(154,213,138); }
div.DivClassName
{
background-color: #9AD58A;
}
.BgClassName
{
background-color: #9AD58A;
}
</style>
border-color css
<style>
span { border-color: #9AD58A; }
span { border-color: rgb(154,213,138); }
td.TdClassName
{
border-color: #9AD58A;
}
.TagClassName
{
border-color: #9AD58A;
}
</style>