Shades of Gossip #8ACF73
Tints of Gossip #8ACF73
RGB
CMYK
RGB Variations
Color information
#8ACF73 (or 0x8ACF73) is known color: Gossip. HEX triplet: 8A, CF and 73. RGB value is (138,207,115). Sum of RGB (Red+Green+Blue) = 138+207+115=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF73 is #75308C. Grayscale: #B0B0B0. Windows color (decimal): -7680141 or 7589770. OLE color: 7589770.
HSL color Cylindrical-coordinate representation of color #8ACF73: hue angle of 105º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ACF73 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 115 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.19 |
| HSL | 105º | 0.49% | 0.63% | - |
| HSV(B) | 105º | 0.44% | 0.81% | - |
| XYZ | 35.89 | 51.27 | 24.22 | - |
| YUV | 175.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 115 | 0.33 | 0 | 0.44 | 0.19 | 105 | 0.49 | 0.63 |
| Hex | 8A | CF | 73 | 21 | 0 | 2C | 13 | 69 | 31 | 3F |
| Octal | 212 | 317 | 163 | 41 | 0 | 54 | 23 | 151 | 61 | 77 |
| Binary | 10001010 | 11001111 | 1110011 | 100001 | 0 | 101100 | 10011 | 1101001 | 110001 | 111111 |
Color Harmonies of #8ACF73
Complementary color
Monochromatic Colors of #8ACF73
Black with #8ACF73
Text Example
Text Example
White with #8ACF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF73; }
p { color: rgb(138,207,115); }
H1.HeaderClassName
{
color: #8ACF73;
}
.AnyTagClassName
{
color: #8ACF73;
}
</style>
background-color css
<style>
a { background-color: #8ACF73; }
a { background-color: rgb(138,207,115); }
div.DivClassName
{
background-color: #8ACF73;
}
.BgClassName
{
background-color: #8ACF73;
}
</style>
border-color css
<style>
span { border-color: #8ACF73; }
span { border-color: rgb(138,207,115); }
td.TdClassName
{
border-color: #8ACF73;
}
.TagClassName
{
border-color: #8ACF73;
}
</style>