Shades of Feijoa #9AF277
Tints of Feijoa #9AF277
RGB
CMYK
RGB Variations
Color information
#9AF277 (or 0x9AF277) is known color: Feijoa. HEX triplet: 9A, F2 and 77. RGB value is (154,242,119). Sum of RGB (Red+Green+Blue) = 154+242+119=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF277 is #650D88. Grayscale: #CACACA. Windows color (decimal): -6622601 or 7860890. OLE color: 7860890.
HSL color Cylindrical-coordinate representation of color #9AF277: hue angle of 102.93º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF277 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 119 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.05 |
| HSL | 102.93º | 0.83% | 0.71% | - |
| HSV(B) | 102.93º | 0.51% | 0.95% | - |
| XYZ | 48.41 | 71.71 | 28.74 | - |
| YUV | 201.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 119 | 0.36 | 0 | 0.51 | 0.05 | 102.93 | 0.83 | 0.71 |
| Hex | 9A | F2 | 77 | 24 | 0 | 33 | 5 | 67 | 53 | 47 |
| Octal | 232 | 362 | 167 | 44 | 0 | 63 | 5 | 147 | 123 | 107 |
| Binary | 10011010 | 11110010 | 1110111 | 100100 | 0 | 110011 | 101 | 1100111 | 1010011 | 1000111 |
Color Harmonies of #9AF277
Complementary color
Monochromatic Colors of #9AF277
Black with #9AF277
Text Example
Text Example
White with #9AF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF277; }
p { color: rgb(154,242,119); }
H1.HeaderClassName
{
color: #9AF277;
}
.AnyTagClassName
{
color: #9AF277;
}
</style>
background-color css
<style>
a { background-color: #9AF277; }
a { background-color: rgb(154,242,119); }
div.DivClassName
{
background-color: #9AF277;
}
.BgClassName
{
background-color: #9AF277;
}
</style>
border-color css
<style>
span { border-color: #9AF277; }
span { border-color: rgb(154,242,119); }
td.TdClassName
{
border-color: #9AF277;
}
.TagClassName
{
border-color: #9AF277;
}
</style>