Shades of Gossip #9ACF82
Tints of Gossip #9ACF82
RGB
CMYK
RGB Variations
Color information
#9ACF82 (or 0x9ACF82) is known color: Gossip. HEX triplet: 9A, CF and 82. RGB value is (154,207,130). Sum of RGB (Red+Green+Blue) = 154+207+130=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF82 is #65307D. Grayscale: #B6B6B6. Windows color (decimal): -6631550 or 8572826. OLE color: 8572826.
HSL color Cylindrical-coordinate representation of color #9ACF82: hue angle of 101.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ACF82 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 130 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.19 |
| HSL | 101.3º | 0.45% | 0.66% | - |
| HSV(B) | 101.3º | 0.37% | 0.81% | - |
| XYZ | 39.67 | 53.11 | 29.28 | - |
| YUV | 182.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 130 | 0.26 | 0 | 0.37 | 0.19 | 101.3 | 0.45 | 0.66 |
| Hex | 9A | CF | 82 | 1A | 0 | 25 | 13 | 65 | 2D | 42 |
| Octal | 232 | 317 | 202 | 32 | 0 | 45 | 23 | 145 | 55 | 102 |
| Binary | 10011010 | 11001111 | 10000010 | 11010 | 0 | 100101 | 10011 | 1100101 | 101101 | 1000010 |
Color Harmonies of #9ACF82
Complementary color
Monochromatic Colors of #9ACF82
Black with #9ACF82
Text Example
Text Example
White with #9ACF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF82; }
p { color: rgb(154,207,130); }
H1.HeaderClassName
{
color: #9ACF82;
}
.AnyTagClassName
{
color: #9ACF82;
}
</style>
background-color css
<style>
a { background-color: #9ACF82; }
a { background-color: rgb(154,207,130); }
div.DivClassName
{
background-color: #9ACF82;
}
.BgClassName
{
background-color: #9ACF82;
}
</style>
border-color css
<style>
span { border-color: #9ACF82; }
span { border-color: rgb(154,207,130); }
td.TdClassName
{
border-color: #9ACF82;
}
.TagClassName
{
border-color: #9ACF82;
}
</style>