Shades of Feijoa #9AF665
Tints of Feijoa #9AF665
RGB
CMYK
RGB Variations
Color information
#9AF665 (or 0x9AF665) is known color: Feijoa. HEX triplet: 9A, F6 and 65. RGB value is (154,246,101). Sum of RGB (Red+Green+Blue) = 154+246+101=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF665 is #65099A. Grayscale: #CACACA. Windows color (decimal): -6621595 or 6682266. OLE color: 6682266.
HSL color Cylindrical-coordinate representation of color #9AF665: hue angle of 98.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AF665 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 101 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.04 |
| HSL | 98.07º | 0.89% | 0.68% | - |
| HSV(B) | 98.07º | 0.59% | 0.96% | - |
| XYZ | 48.63 | 73.72 | 23.98 | - |
| YUV | 201.96 | 71.02 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 101 | 0.37 | 0 | 0.59 | 0.04 | 98.07 | 0.89 | 0.68 |
| Hex | 9A | F6 | 65 | 25 | 0 | 3B | 4 | 62 | 59 | 44 |
| Octal | 232 | 366 | 145 | 45 | 0 | 73 | 4 | 142 | 131 | 104 |
| Binary | 10011010 | 11110110 | 1100101 | 100101 | 0 | 111011 | 100 | 1100010 | 1011001 | 1000100 |
Color Harmonies of #9AF665
Complementary color
Monochromatic Colors of #9AF665
Black with #9AF665
Text Example
Text Example
White with #9AF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF665; }
p { color: rgb(154,246,101); }
H1.HeaderClassName
{
color: #9AF665;
}
.AnyTagClassName
{
color: #9AF665;
}
</style>
background-color css
<style>
a { background-color: #9AF665; }
a { background-color: rgb(154,246,101); }
div.DivClassName
{
background-color: #9AF665;
}
.BgClassName
{
background-color: #9AF665;
}
</style>
border-color css
<style>
span { border-color: #9AF665; }
span { border-color: rgb(154,246,101); }
td.TdClassName
{
border-color: #9AF665;
}
.TagClassName
{
border-color: #9AF665;
}
</style>