Shades of Feijoa #99EA6B
Tints of Feijoa #99EA6B
RGB
CMYK
RGB Variations
Color information
#99EA6B (or 0x99EA6B) is known color: Feijoa. HEX triplet: 99, EA and 6B. RGB value is (153,234,107). Sum of RGB (Red+Green+Blue) = 153+234+107=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA6B is #661594. Grayscale: #C3C3C3. Windows color (decimal): -6690197 or 7072409. OLE color: 7072409.
HSL color Cylindrical-coordinate representation of color #99EA6B: hue angle of 98.27º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99EA6B is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 107 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.08 |
| HSL | 98.27º | 0.75% | 0.67% | - |
| HSV(B) | 98.27º | 0.54% | 0.92% | - |
| XYZ | 45.21 | 66.68 | 24.4 | - |
| YUV | 195.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 107 | 0.35 | 0 | 0.54 | 0.08 | 98.27 | 0.75 | 0.67 |
| Hex | 99 | EA | 6B | 23 | 0 | 36 | 8 | 62 | 4B | 43 |
| Octal | 231 | 352 | 153 | 43 | 0 | 66 | 10 | 142 | 113 | 103 |
| Binary | 10011001 | 11101010 | 1101011 | 100011 | 0 | 110110 | 1000 | 1100010 | 1001011 | 1000011 |
Color Harmonies of #99EA6B
Complementary color
Monochromatic Colors of #99EA6B
Black with #99EA6B
Text Example
Text Example
White with #99EA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA6B; }
p { color: rgb(153,234,107); }
H1.HeaderClassName
{
color: #99EA6B;
}
.AnyTagClassName
{
color: #99EA6B;
}
</style>
background-color css
<style>
a { background-color: #99EA6B; }
a { background-color: rgb(153,234,107); }
div.DivClassName
{
background-color: #99EA6B;
}
.BgClassName
{
background-color: #99EA6B;
}
</style>
border-color css
<style>
span { border-color: #99EA6B; }
span { border-color: rgb(153,234,107); }
td.TdClassName
{
border-color: #99EA6B;
}
.TagClassName
{
border-color: #99EA6B;
}
</style>