Shades of Feijoa #9AF465
Tints of Feijoa #9AF465
RGB
CMYK
RGB Variations
Color information
#9AF465 (or 0x9AF465) is known color: Feijoa. HEX triplet: 9A, F4 and 65. RGB value is (154,244,101). Sum of RGB (Red+Green+Blue) = 154+244+101=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF465 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF465 is #650B9A. Grayscale: #C9C9C9. Windows color (decimal): -6622107 or 6681754. OLE color: 6681754.
HSL color Cylindrical-coordinate representation of color #9AF465: hue angle of 97.76º degrees, saturation: 0.87, 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 #9AF465 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 244 | 101 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.04 |
| HSL | 97.76º | 0.87% | 0.68% | - |
| HSV(B) | 97.76º | 0.59% | 0.96% | - |
| XYZ | 48.03 | 72.51 | 23.78 | - |
| YUV | 200.79 | 71.68 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 244 | 101 | 0.37 | 0 | 0.59 | 0.04 | 97.76 | 0.87 | 0.68 |
| Hex | 9A | F4 | 65 | 25 | 0 | 3B | 4 | 62 | 57 | 44 |
| Octal | 232 | 364 | 145 | 45 | 0 | 73 | 4 | 142 | 127 | 104 |
| Binary | 10011010 | 11110100 | 1100101 | 100101 | 0 | 111011 | 100 | 1100010 | 1010111 | 1000100 |
Color Harmonies of #9AF465
Complementary color
Monochromatic Colors of #9AF465
Black with #9AF465
Text Example
Text Example
White with #9AF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF465; }
p { color: rgb(154,244,101); }
H1.HeaderClassName
{
color: #9AF465;
}
.AnyTagClassName
{
color: #9AF465;
}
</style>
background-color css
<style>
a { background-color: #9AF465; }
a { background-color: rgb(154,244,101); }
div.DivClassName
{
background-color: #9AF465;
}
.BgClassName
{
background-color: #9AF465;
}
</style>
border-color css
<style>
span { border-color: #9AF465; }
span { border-color: rgb(154,244,101); }
td.TdClassName
{
border-color: #9AF465;
}
.TagClassName
{
border-color: #9AF465;
}
</style>