Shades of Feijoa #9AED7C
Tints of Feijoa #9AED7C
RGB
CMYK
RGB Variations
Color information
#9AED7C (or 0x9AED7C) is known color: Feijoa. HEX triplet: 9A, ED and 7C. RGB value is (154,237,124). Sum of RGB (Red+Green+Blue) = 154+237+124=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED7C is #651283. Grayscale: #C7C7C7. Windows color (decimal): -6623876 or 8187290. OLE color: 8187290.
HSL color Cylindrical-coordinate representation of color #9AED7C: hue angle of 104.07º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AED7C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 124 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.07 |
| HSL | 104.07º | 0.76% | 0.71% | - |
| HSV(B) | 104.07º | 0.48% | 0.93% | - |
| XYZ | 47.25 | 68.89 | 29.88 | - |
| YUV | 199.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 124 | 0.35 | 0 | 0.48 | 0.07 | 104.07 | 0.76 | 0.71 |
| Hex | 9A | ED | 7C | 23 | 0 | 30 | 7 | 68 | 4C | 47 |
| Octal | 232 | 355 | 174 | 43 | 0 | 60 | 7 | 150 | 114 | 107 |
| Binary | 10011010 | 11101101 | 1111100 | 100011 | 0 | 110000 | 111 | 1101000 | 1001100 | 1000111 |
Color Harmonies of #9AED7C
Complementary color
Monochromatic Colors of #9AED7C
Black with #9AED7C
Text Example
Text Example
White with #9AED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED7C; }
p { color: rgb(154,237,124); }
H1.HeaderClassName
{
color: #9AED7C;
}
.AnyTagClassName
{
color: #9AED7C;
}
</style>
background-color css
<style>
a { background-color: #9AED7C; }
a { background-color: rgb(154,237,124); }
div.DivClassName
{
background-color: #9AED7C;
}
.BgClassName
{
background-color: #9AED7C;
}
</style>
border-color css
<style>
span { border-color: #9AED7C; }
span { border-color: rgb(154,237,124); }
td.TdClassName
{
border-color: #9AED7C;
}
.TagClassName
{
border-color: #9AED7C;
}
</style>