Shades of Feijoa #99E26A
Tints of Feijoa #99E26A
RGB
CMYK
RGB Variations
Color information
#99E26A (or 0x99E26A) is known color: Feijoa. HEX triplet: 99, E2 and 6A. RGB value is (153,226,106). Sum of RGB (Red+Green+Blue) = 153+226+106=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #99E26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E26A is #661D95. Grayscale: #BEBEBE. Windows color (decimal): -6692246 or 7004825. OLE color: 7004825.
HSL color Cylindrical-coordinate representation of color #99E26A: hue angle of 96.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99E26A is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 106 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.11 |
| HSL | 96.5º | 0.67% | 0.65% | - |
| HSV(B) | 96.5º | 0.53% | 0.89% | - |
| XYZ | 42.93 | 62.21 | 23.38 | - |
| YUV | 190.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 106 | 0.32 | 0 | 0.53 | 0.11 | 96.5 | 0.67 | 0.65 |
| Hex | 99 | E2 | 6A | 20 | 0 | 35 | B | 60 | 43 | 41 |
| Octal | 231 | 342 | 152 | 40 | 0 | 65 | 13 | 140 | 103 | 101 |
| Binary | 10011001 | 11100010 | 1101010 | 100000 | 0 | 110101 | 1011 | 1100000 | 1000011 | 1000001 |
Color Harmonies of #99E26A
Complementary color
Monochromatic Colors of #99E26A
Black with #99E26A
Text Example
Text Example
White with #99E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E26A; }
p { color: rgb(153,226,106); }
H1.HeaderClassName
{
color: #99E26A;
}
.AnyTagClassName
{
color: #99E26A;
}
</style>
background-color css
<style>
a { background-color: #99E26A; }
a { background-color: rgb(153,226,106); }
div.DivClassName
{
background-color: #99E26A;
}
.BgClassName
{
background-color: #99E26A;
}
</style>
border-color css
<style>
span { border-color: #99E26A; }
span { border-color: rgb(153,226,106); }
td.TdClassName
{
border-color: #99E26A;
}
.TagClassName
{
border-color: #99E26A;
}
</style>