Shades of Feijoa #9AF669
Tints of Feijoa #9AF669
RGB
CMYK
RGB Variations
Color information
#9AF669 (or 0x9AF669) is known color: Feijoa. HEX triplet: 9A, F6 and 69. RGB value is (154,246,105). Sum of RGB (Red+Green+Blue) = 154+246+105=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF669 is #650996. Grayscale: #CACACA. Windows color (decimal): -6621591 or 6944410. OLE color: 6944410.
HSL color Cylindrical-coordinate representation of color #9AF669: hue angle of 99.15º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF669 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 105 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.04 |
| HSL | 99.15º | 0.89% | 0.69% | - |
| HSV(B) | 99.15º | 0.57% | 0.96% | - |
| XYZ | 48.83 | 73.8 | 25.04 | - |
| YUV | 202.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 105 | 0.37 | 0 | 0.57 | 0.04 | 99.15 | 0.89 | 0.69 |
| Hex | 9A | F6 | 69 | 25 | 0 | 39 | 4 | 63 | 59 | 45 |
| Octal | 232 | 366 | 151 | 45 | 0 | 71 | 4 | 143 | 131 | 105 |
| Binary | 10011010 | 11110110 | 1101001 | 100101 | 0 | 111001 | 100 | 1100011 | 1011001 | 1000101 |
Color Harmonies of #9AF669
Complementary color
Monochromatic Colors of #9AF669
Black with #9AF669
Text Example
Text Example
White with #9AF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF669; }
p { color: rgb(154,246,105); }
H1.HeaderClassName
{
color: #9AF669;
}
.AnyTagClassName
{
color: #9AF669;
}
</style>
background-color css
<style>
a { background-color: #9AF669; }
a { background-color: rgb(154,246,105); }
div.DivClassName
{
background-color: #9AF669;
}
.BgClassName
{
background-color: #9AF669;
}
</style>
border-color css
<style>
span { border-color: #9AF669; }
span { border-color: rgb(154,246,105); }
td.TdClassName
{
border-color: #9AF669;
}
.TagClassName
{
border-color: #9AF669;
}
</style>