Shades of Feijoa #9AF86B
Tints of Feijoa #9AF86B
RGB
CMYK
RGB Variations
Color information
#9AF86B (or 0x9AF86B) is known color: Feijoa. HEX triplet: 9A, F8 and 6B. RGB value is (154,248,107). Sum of RGB (Red+Green+Blue) = 154+248+107=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF86B is #650794. Grayscale: #CCCCCC. Windows color (decimal): -6621077 or 7075994. OLE color: 7075994.
HSL color Cylindrical-coordinate representation of color #9AF86B: hue angle of 100º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF86B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 107 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.03 |
| HSL | 100º | 0.91% | 0.7% | - |
| HSV(B) | 100º | 0.57% | 0.97% | - |
| XYZ | 49.55 | 75.07 | 25.79 | - |
| YUV | 203.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 107 | 0.38 | 0 | 0.57 | 0.03 | 100 | 0.91 | 0.7 |
| Hex | 9A | F8 | 6B | 26 | 0 | 39 | 3 | 64 | 5B | 46 |
| Octal | 232 | 370 | 153 | 46 | 0 | 71 | 3 | 144 | 133 | 106 |
| Binary | 10011010 | 11111000 | 1101011 | 100110 | 0 | 111001 | 11 | 1100100 | 1011011 | 1000110 |
Color Harmonies of #9AF86B
Complementary color
Monochromatic Colors of #9AF86B
Black with #9AF86B
Text Example
Text Example
White with #9AF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF86B; }
p { color: rgb(154,248,107); }
H1.HeaderClassName
{
color: #9AF86B;
}
.AnyTagClassName
{
color: #9AF86B;
}
</style>
background-color css
<style>
a { background-color: #9AF86B; }
a { background-color: rgb(154,248,107); }
div.DivClassName
{
background-color: #9AF86B;
}
.BgClassName
{
background-color: #9AF86B;
}
</style>
border-color css
<style>
span { border-color: #9AF86B; }
span { border-color: rgb(154,248,107); }
td.TdClassName
{
border-color: #9AF86B;
}
.TagClassName
{
border-color: #9AF86B;
}
</style>