Shades of Feijoa #9DF66C
Tints of Feijoa #9DF66C
RGB
CMYK
RGB Variations
Color information
#9DF66C (or 0x9DF66C) is known color: Feijoa. HEX triplet: 9D, F6 and 6C. RGB value is (157,246,108). Sum of RGB (Red+Green+Blue) = 157+246+108=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF66C is #620993. Grayscale: #CCCCCC. Windows color (decimal): -6424980 or 7141021. OLE color: 7141021.
HSL color Cylindrical-coordinate representation of color #9DF66C: hue angle of 98.7º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DF66C is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 108 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.04 |
| HSL | 98.7º | 0.88% | 0.69% | - |
| HSV(B) | 98.7º | 0.56% | 0.96% | - |
| XYZ | 49.57 | 74.16 | 25.89 | - |
| YUV | 203.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 108 | 0.36 | 0 | 0.56 | 0.04 | 98.7 | 0.88 | 0.69 |
| Hex | 9D | F6 | 6C | 24 | 0 | 38 | 4 | 63 | 58 | 45 |
| Octal | 235 | 366 | 154 | 44 | 0 | 70 | 4 | 143 | 130 | 105 |
| Binary | 10011101 | 11110110 | 1101100 | 100100 | 0 | 111000 | 100 | 1100011 | 1011000 | 1000101 |
Color Harmonies of #9DF66C
Complementary color
Monochromatic Colors of #9DF66C
Black with #9DF66C
Text Example
Text Example
White with #9DF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF66C; }
p { color: rgb(157,246,108); }
H1.HeaderClassName
{
color: #9DF66C;
}
.AnyTagClassName
{
color: #9DF66C;
}
</style>
background-color css
<style>
a { background-color: #9DF66C; }
a { background-color: rgb(157,246,108); }
div.DivClassName
{
background-color: #9DF66C;
}
.BgClassName
{
background-color: #9DF66C;
}
</style>
border-color css
<style>
span { border-color: #9DF66C; }
span { border-color: rgb(157,246,108); }
td.TdClassName
{
border-color: #9DF66C;
}
.TagClassName
{
border-color: #9DF66C;
}
</style>