Shades of Feijoa #9AEA73
Tints of Feijoa #9AEA73
RGB
CMYK
RGB Variations
Color information
#9AEA73 (or 0x9AEA73) is known color: Feijoa. HEX triplet: 9A, EA and 73. RGB value is (154,234,115). Sum of RGB (Red+Green+Blue) = 154+234+115=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEA73 is #65158C. Grayscale: #C4C4C4. Windows color (decimal): -6624653 or 7596698. OLE color: 7596698.
HSL color Cylindrical-coordinate representation of color #9AEA73: hue angle of 100.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AEA73 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 115 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.08 |
| HSL | 100.34º | 0.74% | 0.68% | - |
| HSV(B) | 100.34º | 0.51% | 0.92% | - |
| XYZ | 45.84 | 66.95 | 26.73 | - |
| YUV | 196.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 115 | 0.34 | 0 | 0.51 | 0.08 | 100.34 | 0.74 | 0.68 |
| Hex | 9A | EA | 73 | 22 | 0 | 33 | 8 | 64 | 4A | 44 |
| Octal | 232 | 352 | 163 | 42 | 0 | 63 | 10 | 144 | 112 | 104 |
| Binary | 10011010 | 11101010 | 1110011 | 100010 | 0 | 110011 | 1000 | 1100100 | 1001010 | 1000100 |
Color Harmonies of #9AEA73
Complementary color
Monochromatic Colors of #9AEA73
Black with #9AEA73
Text Example
Text Example
White with #9AEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEA73; }
p { color: rgb(154,234,115); }
H1.HeaderClassName
{
color: #9AEA73;
}
.AnyTagClassName
{
color: #9AEA73;
}
</style>
background-color css
<style>
a { background-color: #9AEA73; }
a { background-color: rgb(154,234,115); }
div.DivClassName
{
background-color: #9AEA73;
}
.BgClassName
{
background-color: #9AEA73;
}
</style>
border-color css
<style>
span { border-color: #9AEA73; }
span { border-color: rgb(154,234,115); }
td.TdClassName
{
border-color: #9AEA73;
}
.TagClassName
{
border-color: #9AEA73;
}
</style>