Shades of Feijoa #9AEE71
Tints of Feijoa #9AEE71
RGB
CMYK
RGB Variations
Color information
#9AEE71 (or 0x9AEE71) is known color: Feijoa. HEX triplet: 9A, EE and 71. RGB value is (154,238,113). Sum of RGB (Red+Green+Blue) = 154+238+113=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEE71 is #65118E. Grayscale: #C7C7C7. Windows color (decimal): -6623631 or 7466650. OLE color: 7466650.
HSL color Cylindrical-coordinate representation of color #9AEE71: hue angle of 100.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AEE71 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 113 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.07 |
| HSL | 100.32º | 0.79% | 0.69% | - |
| HSV(B) | 100.32º | 0.53% | 0.93% | - |
| XYZ | 46.88 | 69.21 | 26.51 | - |
| YUV | 198.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 113 | 0.35 | 0 | 0.53 | 0.07 | 100.32 | 0.79 | 0.69 |
| Hex | 9A | EE | 71 | 23 | 0 | 35 | 7 | 64 | 4F | 45 |
| Octal | 232 | 356 | 161 | 43 | 0 | 65 | 7 | 144 | 117 | 105 |
| Binary | 10011010 | 11101110 | 1110001 | 100011 | 0 | 110101 | 111 | 1100100 | 1001111 | 1000101 |
Color Harmonies of #9AEE71
Complementary color
Monochromatic Colors of #9AEE71
Black with #9AEE71
Text Example
Text Example
White with #9AEE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEE71; }
p { color: rgb(154,238,113); }
H1.HeaderClassName
{
color: #9AEE71;
}
.AnyTagClassName
{
color: #9AEE71;
}
</style>
background-color css
<style>
a { background-color: #9AEE71; }
a { background-color: rgb(154,238,113); }
div.DivClassName
{
background-color: #9AEE71;
}
.BgClassName
{
background-color: #9AEE71;
}
</style>
border-color css
<style>
span { border-color: #9AEE71; }
span { border-color: rgb(154,238,113); }
td.TdClassName
{
border-color: #9AEE71;
}
.TagClassName
{
border-color: #9AEE71;
}
</style>