Shades of Feijoa #9CF866
Tints of Feijoa #9CF866
RGB
CMYK
RGB Variations
Color information
#9CF866 (or 0x9CF866) is known color: Feijoa. HEX triplet: 9C, F8 and 66. RGB value is (156,248,102). Sum of RGB (Red+Green+Blue) = 156+248+102=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF866 is #630799. Grayscale: #CCCCCC. Windows color (decimal): -6490010 or 6748316. OLE color: 6748316.
HSL color Cylindrical-coordinate representation of color #9CF866: hue angle of 97.81º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CF866 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 102 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.03 |
| HSL | 97.81º | 0.91% | 0.69% | - |
| HSV(B) | 97.81º | 0.59% | 0.97% | - |
| XYZ | 49.68 | 75.16 | 24.46 | - |
| YUV | 203.85 | 70.52 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 102 | 0.37 | 0 | 0.59 | 0.03 | 97.81 | 0.91 | 0.69 |
| Hex | 9C | F8 | 66 | 25 | 0 | 3B | 3 | 62 | 5B | 45 |
| Octal | 234 | 370 | 146 | 45 | 0 | 73 | 3 | 142 | 133 | 105 |
| Binary | 10011100 | 11111000 | 1100110 | 100101 | 0 | 111011 | 11 | 1100010 | 1011011 | 1000101 |
Color Harmonies of #9CF866
Complementary color
Monochromatic Colors of #9CF866
Black with #9CF866
Text Example
Text Example
White with #9CF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF866; }
p { color: rgb(156,248,102); }
H1.HeaderClassName
{
color: #9CF866;
}
.AnyTagClassName
{
color: #9CF866;
}
</style>
background-color css
<style>
a { background-color: #9CF866; }
a { background-color: rgb(156,248,102); }
div.DivClassName
{
background-color: #9CF866;
}
.BgClassName
{
background-color: #9CF866;
}
</style>
border-color css
<style>
span { border-color: #9CF866; }
span { border-color: rgb(156,248,102); }
td.TdClassName
{
border-color: #9CF866;
}
.TagClassName
{
border-color: #9CF866;
}
</style>