Shades of Gossip #9ACD8A
Tints of Gossip #9ACD8A
RGB
CMYK
RGB Variations
Color information
#9ACD8A (or 0x9ACD8A) is known color: Gossip. HEX triplet: 9A, CD and 8A. RGB value is (154,205,138). Sum of RGB (Red+Green+Blue) = 154+205+138=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD8A is #653275. Grayscale: #B6B6B6. Windows color (decimal): -6632054 or 9096602. OLE color: 9096602.
HSL color Cylindrical-coordinate representation of color #9ACD8A: hue angle of 105.67º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ACD8A is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 138 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.20 |
| HSL | 105.67º | 0.4% | 0.67% | - |
| HSV(B) | 105.67º | 0.33% | 0.8% | - |
| XYZ | 39.75 | 52.37 | 32.06 | - |
| YUV | 182.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 138 | 0.25 | 0 | 0.33 | 0.20 | 105.67 | 0.4 | 0.67 |
| Hex | 9A | CD | 8A | 19 | 0 | 21 | 14 | 6A | 28 | 43 |
| Octal | 232 | 315 | 212 | 31 | 0 | 41 | 24 | 152 | 50 | 103 |
| Binary | 10011010 | 11001101 | 10001010 | 11001 | 0 | 100001 | 10100 | 1101010 | 101000 | 1000011 |
Color Harmonies of #9ACD8A
Complementary color
Monochromatic Colors of #9ACD8A
Black with #9ACD8A
Text Example
Text Example
White with #9ACD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD8A; }
p { color: rgb(154,205,138); }
H1.HeaderClassName
{
color: #9ACD8A;
}
.AnyTagClassName
{
color: #9ACD8A;
}
</style>
background-color css
<style>
a { background-color: #9ACD8A; }
a { background-color: rgb(154,205,138); }
div.DivClassName
{
background-color: #9ACD8A;
}
.BgClassName
{
background-color: #9ACD8A;
}
</style>
border-color css
<style>
span { border-color: #9ACD8A; }
span { border-color: rgb(154,205,138); }
td.TdClassName
{
border-color: #9ACD8A;
}
.TagClassName
{
border-color: #9ACD8A;
}
</style>