Shades of Gossip #8ACD74
Tints of Gossip #8ACD74
RGB
CMYK
RGB Variations
Color information
#8ACD74 (or 0x8ACD74) is known color: Gossip. HEX triplet: 8A, CD and 74. RGB value is (138,205,116). Sum of RGB (Red+Green+Blue) = 138+205+116=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD74 is #75328B. Grayscale: #AFAFAF. Windows color (decimal): -7680652 or 7654794. OLE color: 7654794.
HSL color Cylindrical-coordinate representation of color #8ACD74: hue angle of 105.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ACD74 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 116 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.20 |
| HSL | 105.17º | 0.47% | 0.63% | - |
| HSV(B) | 105.17º | 0.43% | 0.8% | - |
| XYZ | 35.46 | 50.33 | 24.37 | - |
| YUV | 174.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 116 | 0.33 | 0 | 0.43 | 0.20 | 105.17 | 0.47 | 0.63 |
| Hex | 8A | CD | 74 | 21 | 0 | 2B | 14 | 69 | 2F | 3F |
| Octal | 212 | 315 | 164 | 41 | 0 | 53 | 24 | 151 | 57 | 77 |
| Binary | 10001010 | 11001101 | 1110100 | 100001 | 0 | 101011 | 10100 | 1101001 | 101111 | 111111 |
Color Harmonies of #8ACD74
Complementary color
Monochromatic Colors of #8ACD74
Black with #8ACD74
Text Example
Text Example
White with #8ACD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD74; }
p { color: rgb(138,205,116); }
H1.HeaderClassName
{
color: #8ACD74;
}
.AnyTagClassName
{
color: #8ACD74;
}
</style>
background-color css
<style>
a { background-color: #8ACD74; }
a { background-color: rgb(138,205,116); }
div.DivClassName
{
background-color: #8ACD74;
}
.BgClassName
{
background-color: #8ACD74;
}
</style>
border-color css
<style>
span { border-color: #8ACD74; }
span { border-color: rgb(138,205,116); }
td.TdClassName
{
border-color: #8ACD74;
}
.TagClassName
{
border-color: #8ACD74;
}
</style>