Shades of Feijoa #9AF871
Tints of Feijoa #9AF871
RGB
CMYK
RGB Variations
Color information
#9AF871 (or 0x9AF871) is known color: Feijoa. HEX triplet: 9A, F8 and 71. RGB value is (154,248,113). Sum of RGB (Red+Green+Blue) = 154+248+113=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF871 is #65078E. Grayscale: #CCCCCC. Windows color (decimal): -6621071 or 7469210. OLE color: 7469210.
HSL color Cylindrical-coordinate representation of color #9AF871: hue angle of 101.78º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF871 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 113 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.03 |
| HSL | 101.78º | 0.91% | 0.71% | - |
| HSV(B) | 101.78º | 0.54% | 0.97% | - |
| XYZ | 49.87 | 75.2 | 27.51 | - |
| YUV | 204.5 | 76.36 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 113 | 0.38 | 0 | 0.54 | 0.03 | 101.78 | 0.91 | 0.71 |
| Hex | 9A | F8 | 71 | 26 | 0 | 36 | 3 | 66 | 5B | 47 |
| Octal | 232 | 370 | 161 | 46 | 0 | 66 | 3 | 146 | 133 | 107 |
| Binary | 10011010 | 11111000 | 1110001 | 100110 | 0 | 110110 | 11 | 1100110 | 1011011 | 1000111 |
Color Harmonies of #9AF871
Complementary color
Monochromatic Colors of #9AF871
Black with #9AF871
Text Example
Text Example
White with #9AF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF871; }
p { color: rgb(154,248,113); }
H1.HeaderClassName
{
color: #9AF871;
}
.AnyTagClassName
{
color: #9AF871;
}
</style>
background-color css
<style>
a { background-color: #9AF871; }
a { background-color: rgb(154,248,113); }
div.DivClassName
{
background-color: #9AF871;
}
.BgClassName
{
background-color: #9AF871;
}
</style>
border-color css
<style>
span { border-color: #9AF871; }
span { border-color: rgb(154,248,113); }
td.TdClassName
{
border-color: #9AF871;
}
.TagClassName
{
border-color: #9AF871;
}
</style>