Shades of Feijoa #9AE672
Tints of Feijoa #9AE672
RGB
CMYK
RGB Variations
Color information
#9AE672 (or 0x9AE672) is known color: Feijoa. HEX triplet: 9A, E6 and 72. RGB value is (154,230,114). Sum of RGB (Red+Green+Blue) = 154+230+114=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE672 is #65198D. Grayscale: #C2C2C2. Windows color (decimal): -6625678 or 7530138. OLE color: 7530138.
HSL color Cylindrical-coordinate representation of color #9AE672: hue angle of 99.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AE672 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 114 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.10 |
| HSL | 99.31º | 0.7% | 0.67% | - |
| HSV(B) | 99.31º | 0.5% | 0.9% | - |
| XYZ | 44.66 | 64.68 | 26.05 | - |
| YUV | 194.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 114 | 0.33 | 0 | 0.50 | 0.10 | 99.31 | 0.7 | 0.67 |
| Hex | 9A | E6 | 72 | 21 | 0 | 32 | A | 63 | 46 | 43 |
| Octal | 232 | 346 | 162 | 41 | 0 | 62 | 12 | 143 | 106 | 103 |
| Binary | 10011010 | 11100110 | 1110010 | 100001 | 0 | 110010 | 1010 | 1100011 | 1000110 | 1000011 |
Color Harmonies of #9AE672
Complementary color
Monochromatic Colors of #9AE672
Black with #9AE672
Text Example
Text Example
White with #9AE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE672; }
p { color: rgb(154,230,114); }
H1.HeaderClassName
{
color: #9AE672;
}
.AnyTagClassName
{
color: #9AE672;
}
</style>
background-color css
<style>
a { background-color: #9AE672; }
a { background-color: rgb(154,230,114); }
div.DivClassName
{
background-color: #9AE672;
}
.BgClassName
{
background-color: #9AE672;
}
</style>
border-color css
<style>
span { border-color: #9AE672; }
span { border-color: rgb(154,230,114); }
td.TdClassName
{
border-color: #9AE672;
}
.TagClassName
{
border-color: #9AE672;
}
</style>