Shades of Feijoa #9DF876
Tints of Feijoa #9DF876
RGB
CMYK
RGB Variations
Color information
#9DF876 (or 0x9DF876) is known color: Feijoa. HEX triplet: 9D, F8 and 76. RGB value is (157,248,118). Sum of RGB (Red+Green+Blue) = 157+248+118=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF876 is #620789. Grayscale: #CECECE. Windows color (decimal): -6424458 or 7796893. OLE color: 7796893.
HSL color Cylindrical-coordinate representation of color #9DF876: hue angle of 102º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DF876 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 118 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.03 |
| HSL | 102º | 0.9% | 0.72% | - |
| HSV(B) | 102º | 0.52% | 0.97% | - |
| XYZ | 50.74 | 75.61 | 29.06 | - |
| YUV | 205.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 118 | 0.37 | 0 | 0.52 | 0.03 | 102 | 0.9 | 0.72 |
| Hex | 9D | F8 | 76 | 25 | 0 | 34 | 3 | 66 | 5A | 48 |
| Octal | 235 | 370 | 166 | 45 | 0 | 64 | 3 | 146 | 132 | 110 |
| Binary | 10011101 | 11111000 | 1110110 | 100101 | 0 | 110100 | 11 | 1100110 | 1011010 | 1001000 |
Color Harmonies of #9DF876
Complementary color
Monochromatic Colors of #9DF876
Black with #9DF876
Text Example
Text Example
White with #9DF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF876; }
p { color: rgb(157,248,118); }
H1.HeaderClassName
{
color: #9DF876;
}
.AnyTagClassName
{
color: #9DF876;
}
</style>
background-color css
<style>
a { background-color: #9DF876; }
a { background-color: rgb(157,248,118); }
div.DivClassName
{
background-color: #9DF876;
}
.BgClassName
{
background-color: #9DF876;
}
</style>
border-color css
<style>
span { border-color: #9DF876; }
span { border-color: rgb(157,248,118); }
td.TdClassName
{
border-color: #9DF876;
}
.TagClassName
{
border-color: #9DF876;
}
</style>