Shades of Feijoa #99EC69
Tints of Feijoa #99EC69
RGB
CMYK
RGB Variations
Color information
#99EC69 (or 0x99EC69) is known color: Feijoa. HEX triplet: 99, EC and 69. RGB value is (153,236,105). Sum of RGB (Red+Green+Blue) = 153+236+105=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EC69 is #661396. Grayscale: #C4C4C4. Windows color (decimal): -6689687 or 6941849. OLE color: 6941849.
HSL color Cylindrical-coordinate representation of color #99EC69: hue angle of 98.02º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99EC69 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 105 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.07 |
| HSL | 98.02º | 0.78% | 0.67% | - |
| HSV(B) | 98.02º | 0.56% | 0.93% | - |
| XYZ | 45.68 | 67.78 | 24.04 | - |
| YUV | 196.25 | 76.5 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 105 | 0.35 | 0 | 0.56 | 0.07 | 98.02 | 0.78 | 0.67 |
| Hex | 99 | EC | 69 | 23 | 0 | 38 | 7 | 62 | 4E | 43 |
| Octal | 231 | 354 | 151 | 43 | 0 | 70 | 7 | 142 | 116 | 103 |
| Binary | 10011001 | 11101100 | 1101001 | 100011 | 0 | 111000 | 111 | 1100010 | 1001110 | 1000011 |
Color Harmonies of #99EC69
Complementary color
Monochromatic Colors of #99EC69
Black with #99EC69
Text Example
Text Example
White with #99EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC69; }
p { color: rgb(153,236,105); }
H1.HeaderClassName
{
color: #99EC69;
}
.AnyTagClassName
{
color: #99EC69;
}
</style>
background-color css
<style>
a { background-color: #99EC69; }
a { background-color: rgb(153,236,105); }
div.DivClassName
{
background-color: #99EC69;
}
.BgClassName
{
background-color: #99EC69;
}
</style>
border-color css
<style>
span { border-color: #99EC69; }
span { border-color: rgb(153,236,105); }
td.TdClassName
{
border-color: #99EC69;
}
.TagClassName
{
border-color: #99EC69;
}
</style>