Shades of Feijoa #9AF072
Tints of Feijoa #9AF072
RGB
CMYK
RGB Variations
Color information
#9AF072 (or 0x9AF072) is known color: Feijoa. HEX triplet: 9A, F0 and 72. RGB value is (154,240,114). Sum of RGB (Red+Green+Blue) = 154+240+114=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF072 is #650F8D. Grayscale: #C8C8C8. Windows color (decimal): -6623118 or 7532698. OLE color: 7532698.
HSL color Cylindrical-coordinate representation of color #9AF072: hue angle of 100.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AF072 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 114 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.06 |
| HSL | 100.95º | 0.81% | 0.69% | - |
| HSV(B) | 100.95º | 0.53% | 0.94% | - |
| XYZ | 47.52 | 70.41 | 27 | - |
| YUV | 199.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 114 | 0.36 | 0 | 0.52 | 0.06 | 100.95 | 0.81 | 0.69 |
| Hex | 9A | F0 | 72 | 24 | 0 | 34 | 6 | 65 | 51 | 45 |
| Octal | 232 | 360 | 162 | 44 | 0 | 64 | 6 | 145 | 121 | 105 |
| Binary | 10011010 | 11110000 | 1110010 | 100100 | 0 | 110100 | 110 | 1100101 | 1010001 | 1000101 |
Color Harmonies of #9AF072
Complementary color
Monochromatic Colors of #9AF072
Black with #9AF072
Text Example
Text Example
White with #9AF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF072; }
p { color: rgb(154,240,114); }
H1.HeaderClassName
{
color: #9AF072;
}
.AnyTagClassName
{
color: #9AF072;
}
</style>
background-color css
<style>
a { background-color: #9AF072; }
a { background-color: rgb(154,240,114); }
div.DivClassName
{
background-color: #9AF072;
}
.BgClassName
{
background-color: #9AF072;
}
</style>
border-color css
<style>
span { border-color: #9AF072; }
span { border-color: rgb(154,240,114); }
td.TdClassName
{
border-color: #9AF072;
}
.TagClassName
{
border-color: #9AF072;
}
</style>