Shades of Feijoa #9AF073
Tints of Feijoa #9AF073
RGB
CMYK
RGB Variations
Color information
#9AF073 (or 0x9AF073) is known color: Feijoa. HEX triplet: 9A, F0 and 73. RGB value is (154,240,115). Sum of RGB (Red+Green+Blue) = 154+240+115=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF073 is #650F8C. Grayscale: #C8C8C8. Windows color (decimal): -6623117 or 7598234. OLE color: 7598234.
HSL color Cylindrical-coordinate representation of color #9AF073: hue angle of 101.28º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AF073 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 115 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.06 |
| HSL | 101.28º | 0.81% | 0.7% | - |
| HSV(B) | 101.28º | 0.52% | 0.94% | - |
| XYZ | 47.58 | 70.43 | 27.31 | - |
| YUV | 200.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 115 | 0.36 | 0 | 0.52 | 0.06 | 101.28 | 0.81 | 0.7 |
| Hex | 9A | F0 | 73 | 24 | 0 | 34 | 6 | 65 | 51 | 46 |
| Octal | 232 | 360 | 163 | 44 | 0 | 64 | 6 | 145 | 121 | 106 |
| Binary | 10011010 | 11110000 | 1110011 | 100100 | 0 | 110100 | 110 | 1100101 | 1010001 | 1000110 |
Color Harmonies of #9AF073
Complementary color
Monochromatic Colors of #9AF073
Black with #9AF073
Text Example
Text Example
White with #9AF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF073; }
p { color: rgb(154,240,115); }
H1.HeaderClassName
{
color: #9AF073;
}
.AnyTagClassName
{
color: #9AF073;
}
</style>
background-color css
<style>
a { background-color: #9AF073; }
a { background-color: rgb(154,240,115); }
div.DivClassName
{
background-color: #9AF073;
}
.BgClassName
{
background-color: #9AF073;
}
</style>
border-color css
<style>
span { border-color: #9AF073; }
span { border-color: rgb(154,240,115); }
td.TdClassName
{
border-color: #9AF073;
}
.TagClassName
{
border-color: #9AF073;
}
</style>