Shades of Feijoa #9FD273
Tints of Feijoa #9FD273
RGB
CMYK
RGB Variations
Color information
#9FD273 (or 0x9FD273) is known color: Feijoa. HEX triplet: 9F, D2 and 73. RGB value is (159,210,115). Sum of RGB (Red+Green+Blue) = 159+210+115=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD273 is #602D8C. Grayscale: #B8B8B8. Windows color (decimal): -6303117 or 7590559. OLE color: 7590559.
HSL color Cylindrical-coordinate representation of color #9FD273: hue angle of 92.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FD273 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 115 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.18 |
| HSL | 92.21º | 0.51% | 0.64% | - |
| HSV(B) | 92.21º | 0.45% | 0.82% | - |
| XYZ | 40.44 | 54.7 | 24.65 | - |
| YUV | 183.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 115 | 0.24 | 0 | 0.45 | 0.18 | 92.21 | 0.51 | 0.64 |
| Hex | 9F | D2 | 73 | 18 | 0 | 2D | 12 | 5C | 33 | 40 |
| Octal | 237 | 322 | 163 | 30 | 0 | 55 | 22 | 134 | 63 | 100 |
| Binary | 10011111 | 11010010 | 1110011 | 11000 | 0 | 101101 | 10010 | 1011100 | 110011 | 1000000 |
Color Harmonies of #9FD273
Complementary color
Monochromatic Colors of #9FD273
Black with #9FD273
Text Example
Text Example
White with #9FD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD273; }
p { color: rgb(159,210,115); }
H1.HeaderClassName
{
color: #9FD273;
}
.AnyTagClassName
{
color: #9FD273;
}
</style>
background-color css
<style>
a { background-color: #9FD273; }
a { background-color: rgb(159,210,115); }
div.DivClassName
{
background-color: #9FD273;
}
.BgClassName
{
background-color: #9FD273;
}
</style>
border-color css
<style>
span { border-color: #9FD273; }
span { border-color: rgb(159,210,115); }
td.TdClassName
{
border-color: #9FD273;
}
.TagClassName
{
border-color: #9FD273;
}
</style>