Shades of Feijoa #9AED77
Tints of Feijoa #9AED77
RGB
CMYK
RGB Variations
Color information
#9AED77 (or 0x9AED77) is known color: Feijoa. HEX triplet: 9A, ED and 77. RGB value is (154,237,119). Sum of RGB (Red+Green+Blue) = 154+237+119=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED77 is #651288. Grayscale: #C7C7C7. Windows color (decimal): -6623881 or 7859610. OLE color: 7859610.
HSL color Cylindrical-coordinate representation of color #9AED77: hue angle of 102.2º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AED77 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 119 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.07 |
| HSL | 102.2º | 0.77% | 0.7% | - |
| HSV(B) | 102.2º | 0.5% | 0.93% | - |
| XYZ | 46.94 | 68.77 | 28.25 | - |
| YUV | 198.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 119 | 0.35 | 0 | 0.50 | 0.07 | 102.2 | 0.77 | 0.7 |
| Hex | 9A | ED | 77 | 23 | 0 | 32 | 7 | 66 | 4D | 46 |
| Octal | 232 | 355 | 167 | 43 | 0 | 62 | 7 | 146 | 115 | 106 |
| Binary | 10011010 | 11101101 | 1110111 | 100011 | 0 | 110010 | 111 | 1100110 | 1001101 | 1000110 |
Color Harmonies of #9AED77
Complementary color
Monochromatic Colors of #9AED77
Black with #9AED77
Text Example
Text Example
White with #9AED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED77; }
p { color: rgb(154,237,119); }
H1.HeaderClassName
{
color: #9AED77;
}
.AnyTagClassName
{
color: #9AED77;
}
</style>
background-color css
<style>
a { background-color: #9AED77; }
a { background-color: rgb(154,237,119); }
div.DivClassName
{
background-color: #9AED77;
}
.BgClassName
{
background-color: #9AED77;
}
</style>
border-color css
<style>
span { border-color: #9AED77; }
span { border-color: rgb(154,237,119); }
td.TdClassName
{
border-color: #9AED77;
}
.TagClassName
{
border-color: #9AED77;
}
</style>