Shades of Feijoa #9DEA74
Tints of Feijoa #9DEA74
RGB
CMYK
RGB Variations
Color information
#9DEA74 (or 0x9DEA74) is known color: Feijoa. HEX triplet: 9D, EA and 74. RGB value is (157,234,116). Sum of RGB (Red+Green+Blue) = 157+234+116=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA74 is #62158B. Grayscale: #C5C5C5. Windows color (decimal): -6428044 or 7662237. OLE color: 7662237.
HSL color Cylindrical-coordinate representation of color #9DEA74: hue angle of 99.15º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DEA74 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 116 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.08 |
| HSL | 99.15º | 0.74% | 0.69% | - |
| HSV(B) | 99.15º | 0.5% | 0.92% | - |
| XYZ | 46.48 | 67.27 | 27.06 | - |
| YUV | 197.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 116 | 0.33 | 0 | 0.50 | 0.08 | 99.15 | 0.74 | 0.69 |
| Hex | 9D | EA | 74 | 21 | 0 | 32 | 8 | 63 | 4A | 45 |
| Octal | 235 | 352 | 164 | 41 | 0 | 62 | 10 | 143 | 112 | 105 |
| Binary | 10011101 | 11101010 | 1110100 | 100001 | 0 | 110010 | 1000 | 1100011 | 1001010 | 1000101 |
Color Harmonies of #9DEA74
Complementary color
Monochromatic Colors of #9DEA74
Black with #9DEA74
Text Example
Text Example
White with #9DEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA74; }
p { color: rgb(157,234,116); }
H1.HeaderClassName
{
color: #9DEA74;
}
.AnyTagClassName
{
color: #9DEA74;
}
</style>
background-color css
<style>
a { background-color: #9DEA74; }
a { background-color: rgb(157,234,116); }
div.DivClassName
{
background-color: #9DEA74;
}
.BgClassName
{
background-color: #9DEA74;
}
</style>
border-color css
<style>
span { border-color: #9DEA74; }
span { border-color: rgb(157,234,116); }
td.TdClassName
{
border-color: #9DEA74;
}
.TagClassName
{
border-color: #9DEA74;
}
</style>