Shades of Feijoa #9DFC69
Tints of Feijoa #9DFC69
RGB
CMYK
RGB Variations
Color information
#9DFC69 (or 0x9DFC69) is known color: Feijoa. HEX triplet: 9D, FC and 69. RGB value is (157,252,105). Sum of RGB (Red+Green+Blue) = 157+252+105=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC69 is #620396. Grayscale: #CFCFCF. Windows color (decimal): -6423447 or 6945949. OLE color: 6945949.
HSL color Cylindrical-coordinate representation of color #9DFC69: hue angle of 98.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DFC69 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 105 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.01 |
| HSL | 98.78º | 0.96% | 0.7% | - |
| HSV(B) | 98.78º | 0.58% | 0.99% | - |
| XYZ | 51.26 | 77.81 | 25.68 | - |
| YUV | 206.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 105 | 0.38 | 0 | 0.58 | 0.01 | 98.78 | 0.96 | 0.7 |
| Hex | 9D | FC | 69 | 26 | 0 | 3A | 1 | 63 | 60 | 46 |
| Octal | 235 | 374 | 151 | 46 | 0 | 72 | 1 | 143 | 140 | 106 |
| Binary | 10011101 | 11111100 | 1101001 | 100110 | 0 | 111010 | 1 | 1100011 | 1100000 | 1000110 |
Color Harmonies of #9DFC69
Complementary color
Monochromatic Colors of #9DFC69
Black with #9DFC69
Text Example
Text Example
White with #9DFC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC69; }
p { color: rgb(157,252,105); }
H1.HeaderClassName
{
color: #9DFC69;
}
.AnyTagClassName
{
color: #9DFC69;
}
</style>
background-color css
<style>
a { background-color: #9DFC69; }
a { background-color: rgb(157,252,105); }
div.DivClassName
{
background-color: #9DFC69;
}
.BgClassName
{
background-color: #9DFC69;
}
</style>
border-color css
<style>
span { border-color: #9DFC69; }
span { border-color: rgb(157,252,105); }
td.TdClassName
{
border-color: #9DFC69;
}
.TagClassName
{
border-color: #9DFC69;
}
</style>