Shades of Feijoa #99E86E
Tints of Feijoa #99E86E
RGB
CMYK
RGB Variations
Color information
#99E86E (or 0x99E86E) is known color: Feijoa. HEX triplet: 99, E8 and 6E. RGB value is (153,232,110). Sum of RGB (Red+Green+Blue) = 153+232+110=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #99E86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E86E is #661791. Grayscale: #C2C2C2. Windows color (decimal): -6690706 or 7268505. OLE color: 7268505.
HSL color Cylindrical-coordinate representation of color #99E86E: hue angle of 98.85º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99E86E is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 232 | 110 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.09 |
| HSL | 98.85º | 0.73% | 0.67% | - |
| HSV(B) | 98.85º | 0.53% | 0.91% | - |
| XYZ | 44.81 | 65.61 | 25.05 | - |
| YUV | 194.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 110 | 0.34 | 0 | 0.53 | 0.09 | 98.85 | 0.73 | 0.67 |
| Hex | 99 | E8 | 6E | 22 | 0 | 35 | 9 | 63 | 49 | 43 |
| Octal | 231 | 350 | 156 | 42 | 0 | 65 | 11 | 143 | 111 | 103 |
| Binary | 10011001 | 11101000 | 1101110 | 100010 | 0 | 110101 | 1001 | 1100011 | 1001001 | 1000011 |
Color Harmonies of #99E86E
Complementary color
Monochromatic Colors of #99E86E
Black with #99E86E
Text Example
Text Example
White with #99E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E86E; }
p { color: rgb(153,232,110); }
H1.HeaderClassName
{
color: #99E86E;
}
.AnyTagClassName
{
color: #99E86E;
}
</style>
background-color css
<style>
a { background-color: #99E86E; }
a { background-color: rgb(153,232,110); }
div.DivClassName
{
background-color: #99E86E;
}
.BgClassName
{
background-color: #99E86E;
}
</style>
border-color css
<style>
span { border-color: #99E86E; }
span { border-color: rgb(153,232,110); }
td.TdClassName
{
border-color: #99E86E;
}
.TagClassName
{
border-color: #99E86E;
}
</style>