Shades of Feijoa #9AEA70
Tints of Feijoa #9AEA70
RGB
CMYK
RGB Variations
Color information
#9AEA70 (or 0x9AEA70) is known color: Feijoa. HEX triplet: 9A, EA and 70. RGB value is (154,234,112). Sum of RGB (Red+Green+Blue) = 154+234+112=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEA70 is #65158F. Grayscale: #C4C4C4. Windows color (decimal): -6624656 or 7400090. OLE color: 7400090.
HSL color Cylindrical-coordinate representation of color #9AEA70: hue angle of 99.34º 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 #9AEA70 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 112 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.08 |
| HSL | 99.34º | 0.74% | 0.68% | - |
| HSV(B) | 99.34º | 0.52% | 0.92% | - |
| XYZ | 45.67 | 66.89 | 25.83 | - |
| YUV | 196.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 112 | 0.34 | 0 | 0.52 | 0.08 | 99.34 | 0.74 | 0.68 |
| Hex | 9A | EA | 70 | 22 | 0 | 34 | 8 | 63 | 4A | 44 |
| Octal | 232 | 352 | 160 | 42 | 0 | 64 | 10 | 143 | 112 | 104 |
| Binary | 10011010 | 11101010 | 1110000 | 100010 | 0 | 110100 | 1000 | 1100011 | 1001010 | 1000100 |
Color Harmonies of #9AEA70
Complementary color
Monochromatic Colors of #9AEA70
Black with #9AEA70
Text Example
Text Example
White with #9AEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEA70; }
p { color: rgb(154,234,112); }
H1.HeaderClassName
{
color: #9AEA70;
}
.AnyTagClassName
{
color: #9AEA70;
}
</style>
background-color css
<style>
a { background-color: #9AEA70; }
a { background-color: rgb(154,234,112); }
div.DivClassName
{
background-color: #9AEA70;
}
.BgClassName
{
background-color: #9AEA70;
}
</style>
border-color css
<style>
span { border-color: #9AEA70; }
span { border-color: rgb(154,234,112); }
td.TdClassName
{
border-color: #9AEA70;
}
.TagClassName
{
border-color: #9AEA70;
}
</style>