Shades of Feijoa #9DEA6F
Tints of Feijoa #9DEA6F
RGB
CMYK
RGB Variations
Color information
#9DEA6F (or 0x9DEA6F) is known color: Feijoa. HEX triplet: 9D, EA and 6F. RGB value is (157,234,111). Sum of RGB (Red+Green+Blue) = 157+234+111=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA6F is #621590. Grayscale: #C5C5C5. Windows color (decimal): -6428049 or 7334557. OLE color: 7334557.
HSL color Cylindrical-coordinate representation of color #9DEA6F: hue angle of 97.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DEA6F is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 111 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.08 |
| HSL | 97.56º | 0.75% | 0.68% | - |
| HSV(B) | 97.56º | 0.53% | 0.92% | - |
| XYZ | 46.2 | 67.16 | 25.57 | - |
| YUV | 196.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 111 | 0.33 | 0 | 0.53 | 0.08 | 97.56 | 0.75 | 0.68 |
| Hex | 9D | EA | 6F | 21 | 0 | 35 | 8 | 62 | 4B | 44 |
| Octal | 235 | 352 | 157 | 41 | 0 | 65 | 10 | 142 | 113 | 104 |
| Binary | 10011101 | 11101010 | 1101111 | 100001 | 0 | 110101 | 1000 | 1100010 | 1001011 | 1000100 |
Color Harmonies of #9DEA6F
Complementary color
Monochromatic Colors of #9DEA6F
Black with #9DEA6F
Text Example
Text Example
White with #9DEA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA6F; }
p { color: rgb(157,234,111); }
H1.HeaderClassName
{
color: #9DEA6F;
}
.AnyTagClassName
{
color: #9DEA6F;
}
</style>
background-color css
<style>
a { background-color: #9DEA6F; }
a { background-color: rgb(157,234,111); }
div.DivClassName
{
background-color: #9DEA6F;
}
.BgClassName
{
background-color: #9DEA6F;
}
</style>
border-color css
<style>
span { border-color: #9DEA6F; }
span { border-color: rgb(157,234,111); }
td.TdClassName
{
border-color: #9DEA6F;
}
.TagClassName
{
border-color: #9DEA6F;
}
</style>