Shades of Feijoa #99E269
Tints of Feijoa #99E269
RGB
CMYK
RGB Variations
Color information
#99E269 (or 0x99E269) is known color: Feijoa. HEX triplet: 99, E2 and 69. RGB value is (153,226,105). Sum of RGB (Red+Green+Blue) = 153+226+105=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #99E269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E269 is #661D96. Grayscale: #BEBEBE. Windows color (decimal): -6692247 or 6939289. OLE color: 6939289.
HSL color Cylindrical-coordinate representation of color #99E269: hue angle of 96.2º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99E269 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 105 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.11 |
| HSL | 96.2º | 0.68% | 0.65% | - |
| HSV(B) | 96.2º | 0.54% | 0.89% | - |
| XYZ | 42.88 | 62.18 | 23.11 | - |
| YUV | 190.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 105 | 0.32 | 0 | 0.54 | 0.11 | 96.2 | 0.68 | 0.65 |
| Hex | 99 | E2 | 69 | 20 | 0 | 36 | B | 60 | 44 | 41 |
| Octal | 231 | 342 | 151 | 40 | 0 | 66 | 13 | 140 | 104 | 101 |
| Binary | 10011001 | 11100010 | 1101001 | 100000 | 0 | 110110 | 1011 | 1100000 | 1000100 | 1000001 |
Color Harmonies of #99E269
Complementary color
Monochromatic Colors of #99E269
Black with #99E269
Text Example
Text Example
White with #99E269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E269; }
p { color: rgb(153,226,105); }
H1.HeaderClassName
{
color: #99E269;
}
.AnyTagClassName
{
color: #99E269;
}
</style>
background-color css
<style>
a { background-color: #99E269; }
a { background-color: rgb(153,226,105); }
div.DivClassName
{
background-color: #99E269;
}
.BgClassName
{
background-color: #99E269;
}
</style>
border-color css
<style>
span { border-color: #99E269; }
span { border-color: rgb(153,226,105); }
td.TdClassName
{
border-color: #99E269;
}
.TagClassName
{
border-color: #99E269;
}
</style>