Shades of Feijoa #9AF471
Tints of Feijoa #9AF471
RGB
CMYK
RGB Variations
Color information
#9AF471 (or 0x9AF471) is known color: Feijoa. HEX triplet: 9A, F4 and 71. RGB value is (154,244,113). Sum of RGB (Red+Green+Blue) = 154+244+113=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF471 is #650B8E. Grayscale: #CACACA. Windows color (decimal): -6622095 or 7468186. OLE color: 7468186.
HSL color Cylindrical-coordinate representation of color #9AF471: hue angle of 101.22º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF471 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 244 | 113 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.04 |
| HSL | 101.22º | 0.86% | 0.7% | - |
| HSV(B) | 101.22º | 0.54% | 0.96% | - |
| XYZ | 48.66 | 72.76 | 27.1 | - |
| YUV | 202.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 244 | 113 | 0.37 | 0 | 0.54 | 0.04 | 101.22 | 0.86 | 0.7 |
| Hex | 9A | F4 | 71 | 25 | 0 | 36 | 4 | 65 | 56 | 46 |
| Octal | 232 | 364 | 161 | 45 | 0 | 66 | 4 | 145 | 126 | 106 |
| Binary | 10011010 | 11110100 | 1110001 | 100101 | 0 | 110110 | 100 | 1100101 | 1010110 | 1000110 |
Color Harmonies of #9AF471
Complementary color
Monochromatic Colors of #9AF471
Black with #9AF471
Text Example
Text Example
White with #9AF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF471; }
p { color: rgb(154,244,113); }
H1.HeaderClassName
{
color: #9AF471;
}
.AnyTagClassName
{
color: #9AF471;
}
</style>
background-color css
<style>
a { background-color: #9AF471; }
a { background-color: rgb(154,244,113); }
div.DivClassName
{
background-color: #9AF471;
}
.BgClassName
{
background-color: #9AF471;
}
</style>
border-color css
<style>
span { border-color: #9AF471; }
span { border-color: rgb(154,244,113); }
td.TdClassName
{
border-color: #9AF471;
}
.TagClassName
{
border-color: #9AF471;
}
</style>