Shades of Feijoa #9DF068
Tints of Feijoa #9DF068
RGB
CMYK
RGB Variations
Color information
#9DF068 (or 0x9DF068) is known color: Feijoa. HEX triplet: 9D, F0 and 68. RGB value is (157,240,104). Sum of RGB (Red+Green+Blue) = 157+240+104=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF068 is #620F97. Grayscale: #C8C8C8. Windows color (decimal): -6426520 or 6877341. OLE color: 6877341.
HSL color Cylindrical-coordinate representation of color #9DF068: hue angle of 96.62º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DF068 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 104 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.06 |
| HSL | 96.62º | 0.82% | 0.67% | - |
| HSV(B) | 96.62º | 0.57% | 0.94% | - |
| XYZ | 47.56 | 70.49 | 24.2 | - |
| YUV | 199.68 | 74 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 104 | 0.35 | 0 | 0.57 | 0.06 | 96.62 | 0.82 | 0.67 |
| Hex | 9D | F0 | 68 | 23 | 0 | 39 | 6 | 61 | 52 | 43 |
| Octal | 235 | 360 | 150 | 43 | 0 | 71 | 6 | 141 | 122 | 103 |
| Binary | 10011101 | 11110000 | 1101000 | 100011 | 0 | 111001 | 110 | 1100001 | 1010010 | 1000011 |
Color Harmonies of #9DF068
Complementary color
Monochromatic Colors of #9DF068
Black with #9DF068
Text Example
Text Example
White with #9DF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF068; }
p { color: rgb(157,240,104); }
H1.HeaderClassName
{
color: #9DF068;
}
.AnyTagClassName
{
color: #9DF068;
}
</style>
background-color css
<style>
a { background-color: #9DF068; }
a { background-color: rgb(157,240,104); }
div.DivClassName
{
background-color: #9DF068;
}
.BgClassName
{
background-color: #9DF068;
}
</style>
border-color css
<style>
span { border-color: #9DF068; }
span { border-color: rgb(157,240,104); }
td.TdClassName
{
border-color: #9DF068;
}
.TagClassName
{
border-color: #9DF068;
}
</style>