Shades of Feijoa #9AF972
Tints of Feijoa #9AF972
RGB
CMYK
RGB Variations
Color information
#9AF972 (or 0x9AF972) is known color: Feijoa. HEX triplet: 9A, F9 and 72. RGB value is (154,249,114). Sum of RGB (Red+Green+Blue) = 154+249+114=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF972 is #65068D. Grayscale: #CDCDCD. Windows color (decimal): -6620814 or 7535002. OLE color: 7535002.
HSL color Cylindrical-coordinate representation of color #9AF972: hue angle of 102.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF972 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 114 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.02 |
| HSL | 102.22º | 0.92% | 0.71% | - |
| HSV(B) | 102.22º | 0.54% | 0.98% | - |
| XYZ | 50.24 | 75.84 | 27.91 | - |
| YUV | 205.21 | 76.53 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 114 | 0.38 | 0 | 0.54 | 0.02 | 102.22 | 0.92 | 0.71 |
| Hex | 9A | F9 | 72 | 26 | 0 | 36 | 2 | 66 | 5C | 47 |
| Octal | 232 | 371 | 162 | 46 | 0 | 66 | 2 | 146 | 134 | 107 |
| Binary | 10011010 | 11111001 | 1110010 | 100110 | 0 | 110110 | 10 | 1100110 | 1011100 | 1000111 |
Color Harmonies of #9AF972
Complementary color
Monochromatic Colors of #9AF972
Black with #9AF972
Text Example
Text Example
White with #9AF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF972; }
p { color: rgb(154,249,114); }
H1.HeaderClassName
{
color: #9AF972;
}
.AnyTagClassName
{
color: #9AF972;
}
</style>
background-color css
<style>
a { background-color: #9AF972; }
a { background-color: rgb(154,249,114); }
div.DivClassName
{
background-color: #9AF972;
}
.BgClassName
{
background-color: #9AF972;
}
</style>
border-color css
<style>
span { border-color: #9AF972; }
span { border-color: rgb(154,249,114); }
td.TdClassName
{
border-color: #9AF972;
}
.TagClassName
{
border-color: #9AF972;
}
</style>