Shades of Feijoa #9AF379
Tints of Feijoa #9AF379
RGB
CMYK
RGB Variations
Color information
#9AF379 (or 0x9AF379) is known color: Feijoa. HEX triplet: 9A, F3 and 79. RGB value is (154,243,121). Sum of RGB (Red+Green+Blue) = 154+243+121=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF379 is #650C86. Grayscale: #CACACA. Windows color (decimal): -6622343 or 7992218. OLE color: 7992218.
HSL color Cylindrical-coordinate representation of color #9AF379: hue angle of 103.77º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AF379 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 121 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.05 |
| HSL | 103.77º | 0.84% | 0.71% | - |
| HSV(B) | 103.77º | 0.5% | 0.95% | - |
| XYZ | 48.83 | 72.35 | 29.48 | - |
| YUV | 202.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 121 | 0.37 | 0 | 0.50 | 0.05 | 103.77 | 0.84 | 0.71 |
| Hex | 9A | F3 | 79 | 25 | 0 | 32 | 5 | 68 | 54 | 47 |
| Octal | 232 | 363 | 171 | 45 | 0 | 62 | 5 | 150 | 124 | 107 |
| Binary | 10011010 | 11110011 | 1111001 | 100101 | 0 | 110010 | 101 | 1101000 | 1010100 | 1000111 |
Color Harmonies of #9AF379
Complementary color
Monochromatic Colors of #9AF379
Black with #9AF379
Text Example
Text Example
White with #9AF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF379; }
p { color: rgb(154,243,121); }
H1.HeaderClassName
{
color: #9AF379;
}
.AnyTagClassName
{
color: #9AF379;
}
</style>
background-color css
<style>
a { background-color: #9AF379; }
a { background-color: rgb(154,243,121); }
div.DivClassName
{
background-color: #9AF379;
}
.BgClassName
{
background-color: #9AF379;
}
</style>
border-color css
<style>
span { border-color: #9AF379; }
span { border-color: rgb(154,243,121); }
td.TdClassName
{
border-color: #9AF379;
}
.TagClassName
{
border-color: #9AF379;
}
</style>