Shades of Feijoa #93F269
Tints of Feijoa #93F269
RGB
CMYK
RGB Variations
Color information
#93F269 (or 0x93F269) is known color: Feijoa. HEX triplet: 93, F2 and 69. RGB value is (147,242,105). Sum of RGB (Red+Green+Blue) = 147+242+105=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #93F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F269 is #6C0D96. Grayscale: #C6C6C6. Windows color (decimal): -7081367 or 6943379. OLE color: 6943379.
HSL color Cylindrical-coordinate representation of color #93F269: hue angle of 101.61º degrees, saturation: 0.84, 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 #93F269 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 105 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.05 |
| HSL | 101.61º | 0.84% | 0.68% | - |
| HSV(B) | 101.61º | 0.57% | 0.95% | - |
| XYZ | 46.33 | 70.73 | 24.57 | - |
| YUV | 197.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 105 | 0.39 | 0 | 0.57 | 0.05 | 101.61 | 0.84 | 0.68 |
| Hex | 93 | F2 | 69 | 27 | 0 | 39 | 5 | 66 | 54 | 44 |
| Octal | 223 | 362 | 151 | 47 | 0 | 71 | 5 | 146 | 124 | 104 |
| Binary | 10010011 | 11110010 | 1101001 | 100111 | 0 | 111001 | 101 | 1100110 | 1010100 | 1000100 |
Color Harmonies of #93F269
Complementary color
Monochromatic Colors of #93F269
Black with #93F269
Text Example
Text Example
White with #93F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F269; }
p { color: rgb(147,242,105); }
H1.HeaderClassName
{
color: #93F269;
}
.AnyTagClassName
{
color: #93F269;
}
</style>
background-color css
<style>
a { background-color: #93F269; }
a { background-color: rgb(147,242,105); }
div.DivClassName
{
background-color: #93F269;
}
.BgClassName
{
background-color: #93F269;
}
</style>
border-color css
<style>
span { border-color: #93F269; }
span { border-color: rgb(147,242,105); }
td.TdClassName
{
border-color: #93F269;
}
.TagClassName
{
border-color: #93F269;
}
</style>