Shades of Feijoa #9AF06F
Tints of Feijoa #9AF06F
RGB
CMYK
RGB Variations
Color information
#9AF06F (or 0x9AF06F) is known color: Feijoa. HEX triplet: 9A, F0 and 6F. RGB value is (154,240,111). Sum of RGB (Red+Green+Blue) = 154+240+111=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF06F is #650F90. Grayscale: #C8C8C8. Windows color (decimal): -6623121 or 7336090. OLE color: 7336090.
HSL color Cylindrical-coordinate representation of color #9AF06F: hue angle of 100º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF06F is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 111 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.06 |
| HSL | 100º | 0.81% | 0.69% | - |
| HSV(B) | 100º | 0.54% | 0.94% | - |
| XYZ | 47.36 | 70.34 | 26.12 | - |
| YUV | 199.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 111 | 0.36 | 0 | 0.54 | 0.06 | 100 | 0.81 | 0.69 |
| Hex | 9A | F0 | 6F | 24 | 0 | 36 | 6 | 64 | 51 | 45 |
| Octal | 232 | 360 | 157 | 44 | 0 | 66 | 6 | 144 | 121 | 105 |
| Binary | 10011010 | 11110000 | 1101111 | 100100 | 0 | 110110 | 110 | 1100100 | 1010001 | 1000101 |
Color Harmonies of #9AF06F
Complementary color
Monochromatic Colors of #9AF06F
Black with #9AF06F
Text Example
Text Example
White with #9AF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF06F; }
p { color: rgb(154,240,111); }
H1.HeaderClassName
{
color: #9AF06F;
}
.AnyTagClassName
{
color: #9AF06F;
}
</style>
background-color css
<style>
a { background-color: #9AF06F; }
a { background-color: rgb(154,240,111); }
div.DivClassName
{
background-color: #9AF06F;
}
.BgClassName
{
background-color: #9AF06F;
}
</style>
border-color css
<style>
span { border-color: #9AF06F; }
span { border-color: rgb(154,240,111); }
td.TdClassName
{
border-color: #9AF06F;
}
.TagClassName
{
border-color: #9AF06F;
}
</style>