Shades of Gossip #9DD48A
Tints of Gossip #9DD48A
RGB
CMYK
RGB Variations
Color information
#9DD48A (or 0x9DD48A) is known color: Gossip. HEX triplet: 9D, D4 and 8A. RGB value is (157,212,138). Sum of RGB (Red+Green+Blue) = 157+212+138=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD48A is #622B75. Grayscale: #BBBBBB. Windows color (decimal): -6433654 or 9098397. OLE color: 9098397.
HSL color Cylindrical-coordinate representation of color #9DD48A: hue angle of 104.59º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD48A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 138 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.17 |
| HSL | 104.59º | 0.46% | 0.69% | - |
| HSV(B) | 104.59º | 0.35% | 0.83% | - |
| XYZ | 42.04 | 56.09 | 32.66 | - |
| YUV | 187.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 138 | 0.26 | 0 | 0.35 | 0.17 | 104.59 | 0.46 | 0.69 |
| Hex | 9D | D4 | 8A | 1A | 0 | 23 | 11 | 69 | 2E | 45 |
| Octal | 235 | 324 | 212 | 32 | 0 | 43 | 21 | 151 | 56 | 105 |
| Binary | 10011101 | 11010100 | 10001010 | 11010 | 0 | 100011 | 10001 | 1101001 | 101110 | 1000101 |
Color Harmonies of #9DD48A
Complementary color
Monochromatic Colors of #9DD48A
Black with #9DD48A
Text Example
Text Example
White with #9DD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD48A; }
p { color: rgb(157,212,138); }
H1.HeaderClassName
{
color: #9DD48A;
}
.AnyTagClassName
{
color: #9DD48A;
}
</style>
background-color css
<style>
a { background-color: #9DD48A; }
a { background-color: rgb(157,212,138); }
div.DivClassName
{
background-color: #9DD48A;
}
.BgClassName
{
background-color: #9DD48A;
}
</style>
border-color css
<style>
span { border-color: #9DD48A; }
span { border-color: rgb(157,212,138); }
td.TdClassName
{
border-color: #9DD48A;
}
.TagClassName
{
border-color: #9DD48A;
}
</style>