Shades of Feijoa #93F168
Tints of Feijoa #93F168
RGB
CMYK
RGB Variations
Color information
#93F168 (or 0x93F168) is known color: Feijoa. HEX triplet: 93, F1 and 68. RGB value is (147,241,104). Sum of RGB (Red+Green+Blue) = 147+241+104=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #93F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F168 is #6C0E97. Grayscale: #C5C5C5. Windows color (decimal): -7081624 or 6877587. OLE color: 6877587.
HSL color Cylindrical-coordinate representation of color #93F168: hue angle of 101.17º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93F168 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 104 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.05 |
| HSL | 101.17º | 0.83% | 0.68% | - |
| HSV(B) | 101.17º | 0.57% | 0.95% | - |
| XYZ | 45.99 | 70.11 | 24.21 | - |
| YUV | 197.28 | 75.36 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 104 | 0.39 | 0 | 0.57 | 0.05 | 101.17 | 0.83 | 0.68 |
| Hex | 93 | F1 | 68 | 27 | 0 | 39 | 5 | 65 | 53 | 44 |
| Octal | 223 | 361 | 150 | 47 | 0 | 71 | 5 | 145 | 123 | 104 |
| Binary | 10010011 | 11110001 | 1101000 | 100111 | 0 | 111001 | 101 | 1100101 | 1010011 | 1000100 |
Color Harmonies of #93F168
Complementary color
Monochromatic Colors of #93F168
Black with #93F168
Text Example
Text Example
White with #93F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F168; }
p { color: rgb(147,241,104); }
H1.HeaderClassName
{
color: #93F168;
}
.AnyTagClassName
{
color: #93F168;
}
</style>
background-color css
<style>
a { background-color: #93F168; }
a { background-color: rgb(147,241,104); }
div.DivClassName
{
background-color: #93F168;
}
.BgClassName
{
background-color: #93F168;
}
</style>
border-color css
<style>
span { border-color: #93F168; }
span { border-color: rgb(147,241,104); }
td.TdClassName
{
border-color: #93F168;
}
.TagClassName
{
border-color: #93F168;
}
</style>