Shades of Feijoa #9DF679
Tints of Feijoa #9DF679
RGB
CMYK
RGB Variations
Color information
#9DF679 (or 0x9DF679) is known color: Feijoa. HEX triplet: 9D, F6 and 79. RGB value is (157,246,121). Sum of RGB (Red+Green+Blue) = 157+246+121=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF679 is #620986. Grayscale: #CDCDCD. Windows color (decimal): -6424967 or 7992989. OLE color: 7992989.
HSL color Cylindrical-coordinate representation of color #9DF679: hue angle of 102.72º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF679 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 121 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.04 |
| HSL | 102.72º | 0.87% | 0.72% | - |
| HSV(B) | 102.72º | 0.51% | 0.96% | - |
| XYZ | 50.31 | 74.46 | 29.81 | - |
| YUV | 205.14 | 80.51 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 121 | 0.36 | 0 | 0.51 | 0.04 | 102.72 | 0.87 | 0.72 |
| Hex | 9D | F6 | 79 | 24 | 0 | 33 | 4 | 67 | 57 | 48 |
| Octal | 235 | 366 | 171 | 44 | 0 | 63 | 4 | 147 | 127 | 110 |
| Binary | 10011101 | 11110110 | 1111001 | 100100 | 0 | 110011 | 100 | 1100111 | 1010111 | 1001000 |
Color Harmonies of #9DF679
Complementary color
Monochromatic Colors of #9DF679
Black with #9DF679
Text Example
Text Example
White with #9DF679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF679; }
p { color: rgb(157,246,121); }
H1.HeaderClassName
{
color: #9DF679;
}
.AnyTagClassName
{
color: #9DF679;
}
</style>
background-color css
<style>
a { background-color: #9DF679; }
a { background-color: rgb(157,246,121); }
div.DivClassName
{
background-color: #9DF679;
}
.BgClassName
{
background-color: #9DF679;
}
</style>
border-color css
<style>
span { border-color: #9DF679; }
span { border-color: rgb(157,246,121); }
td.TdClassName
{
border-color: #9DF679;
}
.TagClassName
{
border-color: #9DF679;
}
</style>