Shades of Gossip #9AD48A
Tints of Gossip #9AD48A
RGB
CMYK
RGB Variations
Color information
#9AD48A (or 0x9AD48A) is known color: Gossip. HEX triplet: 9A, D4 and 8A. RGB value is (154,212,138). Sum of RGB (Red+Green+Blue) = 154+212+138=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD48A is #652B75. Grayscale: #BABABA. Windows color (decimal): -6630262 or 9098394. OLE color: 9098394.
HSL color Cylindrical-coordinate representation of color #9AD48A: hue angle of 107.03º 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 #9AD48A is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 138 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.17 |
| HSL | 107.03º | 0.46% | 0.69% | - |
| HSV(B) | 107.03º | 0.35% | 0.83% | - |
| XYZ | 41.46 | 55.79 | 32.63 | - |
| YUV | 186.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 138 | 0.27 | 0 | 0.35 | 0.17 | 107.03 | 0.46 | 0.69 |
| Hex | 9A | D4 | 8A | 1B | 0 | 23 | 11 | 6B | 2E | 45 |
| Octal | 232 | 324 | 212 | 33 | 0 | 43 | 21 | 153 | 56 | 105 |
| Binary | 10011010 | 11010100 | 10001010 | 11011 | 0 | 100011 | 10001 | 1101011 | 101110 | 1000101 |
Color Harmonies of #9AD48A
Complementary color
Monochromatic Colors of #9AD48A
Black with #9AD48A
Text Example
Text Example
White with #9AD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD48A; }
p { color: rgb(154,212,138); }
H1.HeaderClassName
{
color: #9AD48A;
}
.AnyTagClassName
{
color: #9AD48A;
}
</style>
background-color css
<style>
a { background-color: #9AD48A; }
a { background-color: rgb(154,212,138); }
div.DivClassName
{
background-color: #9AD48A;
}
.BgClassName
{
background-color: #9AD48A;
}
</style>
border-color css
<style>
span { border-color: #9AD48A; }
span { border-color: rgb(154,212,138); }
td.TdClassName
{
border-color: #9AD48A;
}
.TagClassName
{
border-color: #9AD48A;
}
</style>