Shades of Gossip #9AE17F
Tints of Gossip #9AE17F
RGB
CMYK
RGB Variations
Color information
#9AE17F (or 0x9AE17F) is known color: Gossip. HEX triplet: 9A, E1 and 7F. RGB value is (154,225,127). Sum of RGB (Red+Green+Blue) = 154+225+127=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE17F is #651E80. Grayscale: #C0C0C0. Windows color (decimal): -6626945 or 8380826. OLE color: 8380826.
HSL color Cylindrical-coordinate representation of color #9AE17F: hue angle of 103.47º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AE17F is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 127 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.12 |
| HSL | 103.47º | 0.62% | 0.69% | - |
| HSV(B) | 103.47º | 0.44% | 0.88% | - |
| XYZ | 44.08 | 62.25 | 29.77 | - |
| YUV | 192.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 127 | 0.32 | 0 | 0.44 | 0.12 | 103.47 | 0.62 | 0.69 |
| Hex | 9A | E1 | 7F | 20 | 0 | 2C | C | 67 | 3E | 45 |
| Octal | 232 | 341 | 177 | 40 | 0 | 54 | 14 | 147 | 76 | 105 |
| Binary | 10011010 | 11100001 | 1111111 | 100000 | 0 | 101100 | 1100 | 1100111 | 111110 | 1000101 |
Color Harmonies of #9AE17F
Complementary color
Monochromatic Colors of #9AE17F
Black with #9AE17F
Text Example
Text Example
White with #9AE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE17F; }
p { color: rgb(154,225,127); }
H1.HeaderClassName
{
color: #9AE17F;
}
.AnyTagClassName
{
color: #9AE17F;
}
</style>
background-color css
<style>
a { background-color: #9AE17F; }
a { background-color: rgb(154,225,127); }
div.DivClassName
{
background-color: #9AE17F;
}
.BgClassName
{
background-color: #9AE17F;
}
</style>
border-color css
<style>
span { border-color: #9AE17F; }
span { border-color: rgb(154,225,127); }
td.TdClassName
{
border-color: #9AE17F;
}
.TagClassName
{
border-color: #9AE17F;
}
</style>