Shades of Feijoa #9CF869
Tints of Feijoa #9CF869
RGB
CMYK
RGB Variations
Color information
#9CF869 (or 0x9CF869) is known color: Feijoa. HEX triplet: 9C, F8 and 69. RGB value is (156,248,105). Sum of RGB (Red+Green+Blue) = 156+248+105=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF869 is #630796. Grayscale: #CCCCCC. Windows color (decimal): -6490007 or 6944924. OLE color: 6944924.
HSL color Cylindrical-coordinate representation of color #9CF869: hue angle of 98.6º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CF869 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 105 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.03 |
| HSL | 98.6º | 0.91% | 0.69% | - |
| HSV(B) | 98.6º | 0.58% | 0.97% | - |
| XYZ | 49.83 | 75.22 | 25.26 | - |
| YUV | 204.19 | 72.02 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 105 | 0.37 | 0 | 0.58 | 0.03 | 98.6 | 0.91 | 0.69 |
| Hex | 9C | F8 | 69 | 25 | 0 | 3A | 3 | 63 | 5B | 45 |
| Octal | 234 | 370 | 151 | 45 | 0 | 72 | 3 | 143 | 133 | 105 |
| Binary | 10011100 | 11111000 | 1101001 | 100101 | 0 | 111010 | 11 | 1100011 | 1011011 | 1000101 |
Color Harmonies of #9CF869
Complementary color
Monochromatic Colors of #9CF869
Black with #9CF869
Text Example
Text Example
White with #9CF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF869; }
p { color: rgb(156,248,105); }
H1.HeaderClassName
{
color: #9CF869;
}
.AnyTagClassName
{
color: #9CF869;
}
</style>
background-color css
<style>
a { background-color: #9CF869; }
a { background-color: rgb(156,248,105); }
div.DivClassName
{
background-color: #9CF869;
}
.BgClassName
{
background-color: #9CF869;
}
</style>
border-color css
<style>
span { border-color: #9CF869; }
span { border-color: rgb(156,248,105); }
td.TdClassName
{
border-color: #9CF869;
}
.TagClassName
{
border-color: #9CF869;
}
</style>