Shades of Feijoa #9AE576
Tints of Feijoa #9AE576
RGB
CMYK
RGB Variations
Color information
#9AE576 (or 0x9AE576) is known color: Feijoa. HEX triplet: 9A, E5 and 76. RGB value is (154,229,118). Sum of RGB (Red+Green+Blue) = 154+229+118=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE576 is #651A89. Grayscale: #C2C2C2. Windows color (decimal): -6625930 or 7792026. OLE color: 7792026.
HSL color Cylindrical-coordinate representation of color #9AE576: hue angle of 100.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AE576 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 118 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.10 |
| HSL | 100.54º | 0.68% | 0.68% | - |
| HSV(B) | 100.54º | 0.48% | 0.9% | - |
| XYZ | 44.62 | 64.22 | 27.18 | - |
| YUV | 193.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 118 | 0.33 | 0 | 0.48 | 0.10 | 100.54 | 0.68 | 0.68 |
| Hex | 9A | E5 | 76 | 21 | 0 | 30 | A | 65 | 44 | 44 |
| Octal | 232 | 345 | 166 | 41 | 0 | 60 | 12 | 145 | 104 | 104 |
| Binary | 10011010 | 11100101 | 1110110 | 100001 | 0 | 110000 | 1010 | 1100101 | 1000100 | 1000100 |
Color Harmonies of #9AE576
Complementary color
Monochromatic Colors of #9AE576
Black with #9AE576
Text Example
Text Example
White with #9AE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE576; }
p { color: rgb(154,229,118); }
H1.HeaderClassName
{
color: #9AE576;
}
.AnyTagClassName
{
color: #9AE576;
}
</style>
background-color css
<style>
a { background-color: #9AE576; }
a { background-color: rgb(154,229,118); }
div.DivClassName
{
background-color: #9AE576;
}
.BgClassName
{
background-color: #9AE576;
}
</style>
border-color css
<style>
span { border-color: #9AE576; }
span { border-color: rgb(154,229,118); }
td.TdClassName
{
border-color: #9AE576;
}
.TagClassName
{
border-color: #9AE576;
}
</style>