Shades of Feijoa #9CE972
Tints of Feijoa #9CE972
RGB
CMYK
RGB Variations
Color information
#9CE972 (or 0x9CE972) is known color: Feijoa. HEX triplet: 9C, E9 and 72. RGB value is (156,233,114). Sum of RGB (Red+Green+Blue) = 156+233+114=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE972 is #63168D. Grayscale: #C4C4C4. Windows color (decimal): -6493838 or 7530908. OLE color: 7530908.
HSL color Cylindrical-coordinate representation of color #9CE972: hue angle of 98.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CE972 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 114 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.09 |
| HSL | 98.82º | 0.73% | 0.68% | - |
| HSV(B) | 98.82º | 0.51% | 0.91% | - |
| XYZ | 45.89 | 66.56 | 26.35 | - |
| YUV | 196.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 114 | 0.33 | 0 | 0.51 | 0.09 | 98.82 | 0.73 | 0.68 |
| Hex | 9C | E9 | 72 | 21 | 0 | 33 | 9 | 63 | 49 | 44 |
| Octal | 234 | 351 | 162 | 41 | 0 | 63 | 11 | 143 | 111 | 104 |
| Binary | 10011100 | 11101001 | 1110010 | 100001 | 0 | 110011 | 1001 | 1100011 | 1001001 | 1000100 |
Color Harmonies of #9CE972
Complementary color
Monochromatic Colors of #9CE972
Black with #9CE972
Text Example
Text Example
White with #9CE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE972; }
p { color: rgb(156,233,114); }
H1.HeaderClassName
{
color: #9CE972;
}
.AnyTagClassName
{
color: #9CE972;
}
</style>
background-color css
<style>
a { background-color: #9CE972; }
a { background-color: rgb(156,233,114); }
div.DivClassName
{
background-color: #9CE972;
}
.BgClassName
{
background-color: #9CE972;
}
</style>
border-color css
<style>
span { border-color: #9CE972; }
span { border-color: rgb(156,233,114); }
td.TdClassName
{
border-color: #9CE972;
}
.TagClassName
{
border-color: #9CE972;
}
</style>