Shades of Feijoa #9AF265
Tints of Feijoa #9AF265
RGB
CMYK
RGB Variations
Color information
#9AF265 (or 0x9AF265) is known color: Feijoa. HEX triplet: 9A, F2 and 65. RGB value is (154,242,101). Sum of RGB (Red+Green+Blue) = 154+242+101=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF265 is #650D9A. Grayscale: #C8C8C8. Windows color (decimal): -6622619 or 6681242. OLE color: 6681242.
HSL color Cylindrical-coordinate representation of color #9AF265: hue angle of 97.45º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AF265 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 101 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.05 |
| HSL | 97.45º | 0.84% | 0.67% | - |
| HSV(B) | 97.45º | 0.58% | 0.95% | - |
| XYZ | 47.43 | 71.31 | 23.58 | - |
| YUV | 199.61 | 72.35 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 101 | 0.36 | 0 | 0.58 | 0.05 | 97.45 | 0.84 | 0.67 |
| Hex | 9A | F2 | 65 | 24 | 0 | 3A | 5 | 61 | 54 | 43 |
| Octal | 232 | 362 | 145 | 44 | 0 | 72 | 5 | 141 | 124 | 103 |
| Binary | 10011010 | 11110010 | 1100101 | 100100 | 0 | 111010 | 101 | 1100001 | 1010100 | 1000011 |
Color Harmonies of #9AF265
Complementary color
Monochromatic Colors of #9AF265
Black with #9AF265
Text Example
Text Example
White with #9AF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF265; }
p { color: rgb(154,242,101); }
H1.HeaderClassName
{
color: #9AF265;
}
.AnyTagClassName
{
color: #9AF265;
}
</style>
background-color css
<style>
a { background-color: #9AF265; }
a { background-color: rgb(154,242,101); }
div.DivClassName
{
background-color: #9AF265;
}
.BgClassName
{
background-color: #9AF265;
}
</style>
border-color css
<style>
span { border-color: #9AF265; }
span { border-color: rgb(154,242,101); }
td.TdClassName
{
border-color: #9AF265;
}
.TagClassName
{
border-color: #9AF265;
}
</style>