Shades of Feijoa #9AF66F
Tints of Feijoa #9AF66F
RGB
CMYK
RGB Variations
Color information
#9AF66F (or 0x9AF66F) is known color: Feijoa. HEX triplet: 9A, F6 and 6F. RGB value is (154,246,111). Sum of RGB (Red+Green+Blue) = 154+246+111=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF66F is #650990. Grayscale: #CBCBCB. Windows color (decimal): -6621585 or 7337626. OLE color: 7337626.
HSL color Cylindrical-coordinate representation of color #9AF66F: hue angle of 100.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AF66F is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 111 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.04 |
| HSL | 100.89º | 0.88% | 0.7% | - |
| HSV(B) | 100.89º | 0.55% | 0.96% | - |
| XYZ | 49.15 | 73.93 | 26.72 | - |
| YUV | 203.1 | 76.02 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 111 | 0.37 | 0 | 0.55 | 0.04 | 100.89 | 0.88 | 0.7 |
| Hex | 9A | F6 | 6F | 25 | 0 | 37 | 4 | 65 | 58 | 46 |
| Octal | 232 | 366 | 157 | 45 | 0 | 67 | 4 | 145 | 130 | 106 |
| Binary | 10011010 | 11110110 | 1101111 | 100101 | 0 | 110111 | 100 | 1100101 | 1011000 | 1000110 |
Color Harmonies of #9AF66F
Complementary color
Monochromatic Colors of #9AF66F
Black with #9AF66F
Text Example
Text Example
White with #9AF66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF66F; }
p { color: rgb(154,246,111); }
H1.HeaderClassName
{
color: #9AF66F;
}
.AnyTagClassName
{
color: #9AF66F;
}
</style>
background-color css
<style>
a { background-color: #9AF66F; }
a { background-color: rgb(154,246,111); }
div.DivClassName
{
background-color: #9AF66F;
}
.BgClassName
{
background-color: #9AF66F;
}
</style>
border-color css
<style>
span { border-color: #9AF66F; }
span { border-color: rgb(154,246,111); }
td.TdClassName
{
border-color: #9AF66F;
}
.TagClassName
{
border-color: #9AF66F;
}
</style>