Shades of Feijoa #9DEA70
Tints of Feijoa #9DEA70
RGB
CMYK
RGB Variations
Color information
#9DEA70 (or 0x9DEA70) is known color: Feijoa. HEX triplet: 9D, EA and 70. RGB value is (157,234,112). Sum of RGB (Red+Green+Blue) = 157+234+112=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA70 is #62158F. Grayscale: #C5C5C5. Windows color (decimal): -6428048 or 7400093. OLE color: 7400093.
HSL color Cylindrical-coordinate representation of color #9DEA70: hue angle of 97.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DEA70 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 112 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.08 |
| HSL | 97.87º | 0.74% | 0.68% | - |
| HSV(B) | 97.87º | 0.52% | 0.92% | - |
| XYZ | 46.25 | 67.18 | 25.86 | - |
| YUV | 197.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 112 | 0.33 | 0 | 0.52 | 0.08 | 97.87 | 0.74 | 0.68 |
| Hex | 9D | EA | 70 | 21 | 0 | 34 | 8 | 62 | 4A | 44 |
| Octal | 235 | 352 | 160 | 41 | 0 | 64 | 10 | 142 | 112 | 104 |
| Binary | 10011101 | 11101010 | 1110000 | 100001 | 0 | 110100 | 1000 | 1100010 | 1001010 | 1000100 |
Color Harmonies of #9DEA70
Complementary color
Monochromatic Colors of #9DEA70
Black with #9DEA70
Text Example
Text Example
White with #9DEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA70; }
p { color: rgb(157,234,112); }
H1.HeaderClassName
{
color: #9DEA70;
}
.AnyTagClassName
{
color: #9DEA70;
}
</style>
background-color css
<style>
a { background-color: #9DEA70; }
a { background-color: rgb(157,234,112); }
div.DivClassName
{
background-color: #9DEA70;
}
.BgClassName
{
background-color: #9DEA70;
}
</style>
border-color css
<style>
span { border-color: #9DEA70; }
span { border-color: rgb(157,234,112); }
td.TdClassName
{
border-color: #9DEA70;
}
.TagClassName
{
border-color: #9DEA70;
}
</style>