Shades of Gossip #9AD48C
Tints of Gossip #9AD48C
RGB
CMYK
RGB Variations
Color information
#9AD48C (or 0x9AD48C) is known color: Gossip. HEX triplet: 9A, D4 and 8C. RGB value is (154,212,140). Sum of RGB (Red+Green+Blue) = 154+212+140=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD48C is #652B73. Grayscale: #BABABA. Windows color (decimal): -6630260 or 9229466. OLE color: 9229466.
HSL color Cylindrical-coordinate representation of color #9AD48C: hue angle of 108.33º 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 #9AD48C is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 140 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.17 |
| HSL | 108.33º | 0.46% | 0.69% | - |
| HSV(B) | 108.33º | 0.34% | 0.83% | - |
| XYZ | 41.6 | 55.85 | 33.4 | - |
| YUV | 186.45 | 101.78 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 140 | 0.27 | 0 | 0.34 | 0.17 | 108.33 | 0.46 | 0.69 |
| Hex | 9A | D4 | 8C | 1B | 0 | 22 | 11 | 6C | 2E | 45 |
| Octal | 232 | 324 | 214 | 33 | 0 | 42 | 21 | 154 | 56 | 105 |
| Binary | 10011010 | 11010100 | 10001100 | 11011 | 0 | 100010 | 10001 | 1101100 | 101110 | 1000101 |
Color Harmonies of #9AD48C
Complementary color
Monochromatic Colors of #9AD48C
Black with #9AD48C
Text Example
Text Example
White with #9AD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD48C; }
p { color: rgb(154,212,140); }
H1.HeaderClassName
{
color: #9AD48C;
}
.AnyTagClassName
{
color: #9AD48C;
}
</style>
background-color css
<style>
a { background-color: #9AD48C; }
a { background-color: rgb(154,212,140); }
div.DivClassName
{
background-color: #9AD48C;
}
.BgClassName
{
background-color: #9AD48C;
}
</style>
border-color css
<style>
span { border-color: #9AD48C; }
span { border-color: rgb(154,212,140); }
td.TdClassName
{
border-color: #9AD48C;
}
.TagClassName
{
border-color: #9AD48C;
}
</style>