Shades of Feijoa #9DF266
Tints of Feijoa #9DF266
RGB
CMYK
RGB Variations
Color information
#9DF266 (or 0x9DF266) is known color: Feijoa. HEX triplet: 9D, F2 and 66. RGB value is (157,242,102). Sum of RGB (Red+Green+Blue) = 157+242+102=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF266 is #620D99. Grayscale: #C9C9C9. Windows color (decimal): -6426010 or 6746781. OLE color: 6746781.
HSL color Cylindrical-coordinate representation of color #9DF266: hue angle of 96.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DF266 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 102 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.05 |
| HSL | 96.43º | 0.84% | 0.67% | - |
| HSV(B) | 96.43º | 0.58% | 0.95% | - |
| XYZ | 48.06 | 71.63 | 23.86 | - |
| YUV | 200.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 102 | 0.35 | 0 | 0.58 | 0.05 | 96.43 | 0.84 | 0.67 |
| Hex | 9D | F2 | 66 | 23 | 0 | 3A | 5 | 60 | 54 | 43 |
| Octal | 235 | 362 | 146 | 43 | 0 | 72 | 5 | 140 | 124 | 103 |
| Binary | 10011101 | 11110010 | 1100110 | 100011 | 0 | 111010 | 101 | 1100000 | 1010100 | 1000011 |
Color Harmonies of #9DF266
Complementary color
Monochromatic Colors of #9DF266
Black with #9DF266
Text Example
Text Example
White with #9DF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF266; }
p { color: rgb(157,242,102); }
H1.HeaderClassName
{
color: #9DF266;
}
.AnyTagClassName
{
color: #9DF266;
}
</style>
background-color css
<style>
a { background-color: #9DF266; }
a { background-color: rgb(157,242,102); }
div.DivClassName
{
background-color: #9DF266;
}
.BgClassName
{
background-color: #9DF266;
}
</style>
border-color css
<style>
span { border-color: #9DF266; }
span { border-color: rgb(157,242,102); }
td.TdClassName
{
border-color: #9DF266;
}
.TagClassName
{
border-color: #9DF266;
}
</style>