Shades of Feijoa #9DF16C
Tints of Feijoa #9DF16C
RGB
CMYK
RGB Variations
Color information
#9DF16C (or 0x9DF16C) is known color: Feijoa. HEX triplet: 9D, F1 and 6C. RGB value is (157,241,108). Sum of RGB (Red+Green+Blue) = 157+241+108=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF16C is #620E93. Grayscale: #C9C9C9. Windows color (decimal): -6426260 or 7139741. OLE color: 7139741.
HSL color Cylindrical-coordinate representation of color #9DF16C: hue angle of 97.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DF16C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 108 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.05 |
| HSL | 97.89º | 0.83% | 0.68% | - |
| HSV(B) | 97.89º | 0.55% | 0.95% | - |
| XYZ | 48.07 | 71.16 | 25.39 | - |
| YUV | 200.72 | 75.67 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 108 | 0.35 | 0 | 0.55 | 0.05 | 97.89 | 0.83 | 0.68 |
| Hex | 9D | F1 | 6C | 23 | 0 | 37 | 5 | 62 | 53 | 44 |
| Octal | 235 | 361 | 154 | 43 | 0 | 67 | 5 | 142 | 123 | 104 |
| Binary | 10011101 | 11110001 | 1101100 | 100011 | 0 | 110111 | 101 | 1100010 | 1010011 | 1000100 |
Color Harmonies of #9DF16C
Complementary color
Monochromatic Colors of #9DF16C
Black with #9DF16C
Text Example
Text Example
White with #9DF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF16C; }
p { color: rgb(157,241,108); }
H1.HeaderClassName
{
color: #9DF16C;
}
.AnyTagClassName
{
color: #9DF16C;
}
</style>
background-color css
<style>
a { background-color: #9DF16C; }
a { background-color: rgb(157,241,108); }
div.DivClassName
{
background-color: #9DF16C;
}
.BgClassName
{
background-color: #9DF16C;
}
</style>
border-color css
<style>
span { border-color: #9DF16C; }
span { border-color: rgb(157,241,108); }
td.TdClassName
{
border-color: #9DF16C;
}
.TagClassName
{
border-color: #9DF16C;
}
</style>