Shades of Gossip #9ACF81
Tints of Gossip #9ACF81
RGB
CMYK
RGB Variations
Color information
#9ACF81 (or 0x9ACF81) is known color: Gossip. HEX triplet: 9A, CF and 81. RGB value is (154,207,129). Sum of RGB (Red+Green+Blue) = 154+207+129=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF81 is #65307E. Grayscale: #B6B6B6. Windows color (decimal): -6631551 or 8507290. OLE color: 8507290.
HSL color Cylindrical-coordinate representation of color #9ACF81: hue angle of 100.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ACF81 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 129 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.19 |
| HSL | 100.77º | 0.45% | 0.66% | - |
| HSV(B) | 100.77º | 0.38% | 0.81% | - |
| XYZ | 39.6 | 53.08 | 28.93 | - |
| YUV | 182.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 129 | 0.26 | 0 | 0.38 | 0.19 | 100.77 | 0.45 | 0.66 |
| Hex | 9A | CF | 81 | 1A | 0 | 26 | 13 | 65 | 2D | 42 |
| Octal | 232 | 317 | 201 | 32 | 0 | 46 | 23 | 145 | 55 | 102 |
| Binary | 10011010 | 11001111 | 10000001 | 11010 | 0 | 100110 | 10011 | 1100101 | 101101 | 1000010 |
Color Harmonies of #9ACF81
Complementary color
Monochromatic Colors of #9ACF81
Black with #9ACF81
Text Example
Text Example
White with #9ACF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF81; }
p { color: rgb(154,207,129); }
H1.HeaderClassName
{
color: #9ACF81;
}
.AnyTagClassName
{
color: #9ACF81;
}
</style>
background-color css
<style>
a { background-color: #9ACF81; }
a { background-color: rgb(154,207,129); }
div.DivClassName
{
background-color: #9ACF81;
}
.BgClassName
{
background-color: #9ACF81;
}
</style>
border-color css
<style>
span { border-color: #9ACF81; }
span { border-color: rgb(154,207,129); }
td.TdClassName
{
border-color: #9ACF81;
}
.TagClassName
{
border-color: #9ACF81;
}
</style>