Shades of Feijoa #9DF96E
Tints of Feijoa #9DF96E
RGB
CMYK
RGB Variations
Color information
#9DF96E (or 0x9DF96E) is known color: Feijoa. HEX triplet: 9D, F9 and 6E. RGB value is (157,249,110). Sum of RGB (Red+Green+Blue) = 157+249+110=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF96E is #620691. Grayscale: #CECECE. Windows color (decimal): -6424210 or 7272861. OLE color: 7272861.
HSL color Cylindrical-coordinate representation of color #9DF96E: hue angle of 99.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DF96E is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 110 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.02 |
| HSL | 99.71º | 0.92% | 0.7% | - |
| HSV(B) | 99.71º | 0.56% | 0.98% | - |
| XYZ | 50.59 | 76.05 | 26.76 | - |
| YUV | 205.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 110 | 0.37 | 0 | 0.56 | 0.02 | 99.71 | 0.92 | 0.7 |
| Hex | 9D | F9 | 6E | 25 | 0 | 38 | 2 | 64 | 5C | 46 |
| Octal | 235 | 371 | 156 | 45 | 0 | 70 | 2 | 144 | 134 | 106 |
| Binary | 10011101 | 11111001 | 1101110 | 100101 | 0 | 111000 | 10 | 1100100 | 1011100 | 1000110 |
Color Harmonies of #9DF96E
Complementary color
Monochromatic Colors of #9DF96E
Black with #9DF96E
Text Example
Text Example
White with #9DF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF96E; }
p { color: rgb(157,249,110); }
H1.HeaderClassName
{
color: #9DF96E;
}
.AnyTagClassName
{
color: #9DF96E;
}
</style>
background-color css
<style>
a { background-color: #9DF96E; }
a { background-color: rgb(157,249,110); }
div.DivClassName
{
background-color: #9DF96E;
}
.BgClassName
{
background-color: #9DF96E;
}
</style>
border-color css
<style>
span { border-color: #9DF96E; }
span { border-color: rgb(157,249,110); }
td.TdClassName
{
border-color: #9DF96E;
}
.TagClassName
{
border-color: #9DF96E;
}
</style>