Shades of Feijoa #9AE56D
Tints of Feijoa #9AE56D
RGB
CMYK
RGB Variations
Color information
#9AE56D (or 0x9AE56D) is known color: Feijoa. HEX triplet: 9A, E5 and 6D. RGB value is (154,229,109). Sum of RGB (Red+Green+Blue) = 154+229+109=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE56D is #651A92. Grayscale: #C1C1C1. Windows color (decimal): -6625939 or 7202202. OLE color: 7202202.
HSL color Cylindrical-coordinate representation of color #9AE56D: hue angle of 97.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AE56D is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 109 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.10 |
| HSL | 97.5º | 0.7% | 0.66% | - |
| HSV(B) | 97.5º | 0.52% | 0.9% | - |
| XYZ | 44.11 | 64.01 | 24.5 | - |
| YUV | 192.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 109 | 0.33 | 0 | 0.52 | 0.10 | 97.5 | 0.7 | 0.66 |
| Hex | 9A | E5 | 6D | 21 | 0 | 34 | A | 62 | 46 | 42 |
| Octal | 232 | 345 | 155 | 41 | 0 | 64 | 12 | 142 | 106 | 102 |
| Binary | 10011010 | 11100101 | 1101101 | 100001 | 0 | 110100 | 1010 | 1100010 | 1000110 | 1000010 |
Color Harmonies of #9AE56D
Complementary color
Monochromatic Colors of #9AE56D
Black with #9AE56D
Text Example
Text Example
White with #9AE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE56D; }
p { color: rgb(154,229,109); }
H1.HeaderClassName
{
color: #9AE56D;
}
.AnyTagClassName
{
color: #9AE56D;
}
</style>
background-color css
<style>
a { background-color: #9AE56D; }
a { background-color: rgb(154,229,109); }
div.DivClassName
{
background-color: #9AE56D;
}
.BgClassName
{
background-color: #9AE56D;
}
</style>
border-color css
<style>
span { border-color: #9AE56D; }
span { border-color: rgb(154,229,109); }
td.TdClassName
{
border-color: #9AE56D;
}
.TagClassName
{
border-color: #9AE56D;
}
</style>