Shades of Feijoa #9FF27A
Tints of Feijoa #9FF27A
RGB
CMYK
RGB Variations
Color information
#9FF27A (or 0x9FF27A) is known color: Feijoa. HEX triplet: 9F, F2 and 7A. RGB value is (159,242,122). Sum of RGB (Red+Green+Blue) = 159+242+122=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF27A is #600D85. Grayscale: #CBCBCB. Windows color (decimal): -6294918 or 8057503. OLE color: 8057503.
HSL color Cylindrical-coordinate representation of color #9FF27A: hue angle of 101.5º degrees, saturation: 0.82, 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 #9FF27A is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 122 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.05 |
| HSL | 101.5º | 0.82% | 0.71% | - |
| HSV(B) | 101.5º | 0.5% | 0.95% | - |
| XYZ | 49.56 | 72.28 | 29.75 | - |
| YUV | 203.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 122 | 0.34 | 0 | 0.50 | 0.05 | 101.5 | 0.82 | 0.71 |
| Hex | 9F | F2 | 7A | 22 | 0 | 32 | 5 | 66 | 52 | 47 |
| Octal | 237 | 362 | 172 | 42 | 0 | 62 | 5 | 146 | 122 | 107 |
| Binary | 10011111 | 11110010 | 1111010 | 100010 | 0 | 110010 | 101 | 1100110 | 1010010 | 1000111 |
Color Harmonies of #9FF27A
Complementary color
Monochromatic Colors of #9FF27A
Black with #9FF27A
Text Example
Text Example
White with #9FF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF27A; }
p { color: rgb(159,242,122); }
H1.HeaderClassName
{
color: #9FF27A;
}
.AnyTagClassName
{
color: #9FF27A;
}
</style>
background-color css
<style>
a { background-color: #9FF27A; }
a { background-color: rgb(159,242,122); }
div.DivClassName
{
background-color: #9FF27A;
}
.BgClassName
{
background-color: #9FF27A;
}
</style>
border-color css
<style>
span { border-color: #9FF27A; }
span { border-color: rgb(159,242,122); }
td.TdClassName
{
border-color: #9FF27A;
}
.TagClassName
{
border-color: #9FF27A;
}
</style>