Shades of Gossip #9DD68A
Tints of Gossip #9DD68A
RGB
CMYK
RGB Variations
Color information
#9DD68A (or 0x9DD68A) is known color: Gossip. HEX triplet: 9D, D6 and 8A. RGB value is (157,214,138). Sum of RGB (Red+Green+Blue) = 157+214+138=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68A is #622975. Grayscale: #BCBCBC. Windows color (decimal): -6433142 or 9098909. OLE color: 9098909.
HSL color Cylindrical-coordinate representation of color #9DD68A: hue angle of 105º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD68A is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 138 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.16 |
| HSL | 105º | 0.48% | 0.69% | - |
| HSV(B) | 105º | 0.36% | 0.84% | - |
| XYZ | 42.54 | 57.1 | 32.82 | - |
| YUV | 188.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 138 | 0.27 | 0 | 0.36 | 0.16 | 105 | 0.48 | 0.69 |
| Hex | 9D | D6 | 8A | 1B | 0 | 24 | 10 | 69 | 30 | 45 |
| Octal | 235 | 326 | 212 | 33 | 0 | 44 | 20 | 151 | 60 | 105 |
| Binary | 10011101 | 11010110 | 10001010 | 11011 | 0 | 100100 | 10000 | 1101001 | 110000 | 1000101 |
Color Harmonies of #9DD68A
Complementary color
Monochromatic Colors of #9DD68A
Black with #9DD68A
Text Example
Text Example
White with #9DD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD68A; }
p { color: rgb(157,214,138); }
H1.HeaderClassName
{
color: #9DD68A;
}
.AnyTagClassName
{
color: #9DD68A;
}
</style>
background-color css
<style>
a { background-color: #9DD68A; }
a { background-color: rgb(157,214,138); }
div.DivClassName
{
background-color: #9DD68A;
}
.BgClassName
{
background-color: #9DD68A;
}
</style>
border-color css
<style>
span { border-color: #9DD68A; }
span { border-color: rgb(157,214,138); }
td.TdClassName
{
border-color: #9DD68A;
}
.TagClassName
{
border-color: #9DD68A;
}
</style>