Shades of Feijoa #9CE676
Tints of Feijoa #9CE676
RGB
CMYK
RGB Variations
Color information
#9CE676 (or 0x9CE676) is known color: Feijoa. HEX triplet: 9C, E6 and 76. RGB value is (156,230,118). Sum of RGB (Red+Green+Blue) = 156+230+118=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE676 is #631989. Grayscale: #C3C3C3. Windows color (decimal): -6494602 or 7792284. OLE color: 7792284.
HSL color Cylindrical-coordinate representation of color #9CE676: hue angle of 99.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CE676 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 118 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.10 |
| HSL | 99.64º | 0.69% | 0.68% | - |
| HSV(B) | 99.64º | 0.49% | 0.9% | - |
| XYZ | 45.28 | 64.97 | 27.29 | - |
| YUV | 195.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 118 | 0.32 | 0 | 0.49 | 0.10 | 99.64 | 0.69 | 0.68 |
| Hex | 9C | E6 | 76 | 20 | 0 | 31 | A | 64 | 45 | 44 |
| Octal | 234 | 346 | 166 | 40 | 0 | 61 | 12 | 144 | 105 | 104 |
| Binary | 10011100 | 11100110 | 1110110 | 100000 | 0 | 110001 | 1010 | 1100100 | 1000101 | 1000100 |
Color Harmonies of #9CE676
Complementary color
Monochromatic Colors of #9CE676
Black with #9CE676
Text Example
Text Example
White with #9CE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE676; }
p { color: rgb(156,230,118); }
H1.HeaderClassName
{
color: #9CE676;
}
.AnyTagClassName
{
color: #9CE676;
}
</style>
background-color css
<style>
a { background-color: #9CE676; }
a { background-color: rgb(156,230,118); }
div.DivClassName
{
background-color: #9CE676;
}
.BgClassName
{
background-color: #9CE676;
}
</style>
border-color css
<style>
span { border-color: #9CE676; }
span { border-color: rgb(156,230,118); }
td.TdClassName
{
border-color: #9CE676;
}
.TagClassName
{
border-color: #9CE676;
}
</style>