Shades of Feijoa #9ED569
Tints of Feijoa #9ED569
RGB
CMYK
RGB Variations
Color information
#9ED569 (or 0x9ED569) is known color: Feijoa. HEX triplet: 9E, D5 and 69. RGB value is (158,213,105). Sum of RGB (Red+Green+Blue) = 158+213+105=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED569 is #612A96. Grayscale: #B8B8B8. Windows color (decimal): -6367895 or 6935966. OLE color: 6935966.
HSL color Cylindrical-coordinate representation of color #9ED569: hue angle of 90.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED569 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 105 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.16 |
| HSL | 90.56º | 0.56% | 0.62% | - |
| HSV(B) | 90.56º | 0.51% | 0.84% | - |
| XYZ | 40.44 | 55.88 | 22.02 | - |
| YUV | 184.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 105 | 0.26 | 0 | 0.51 | 0.16 | 90.56 | 0.56 | 0.62 |
| Hex | 9E | D5 | 69 | 1A | 0 | 33 | 10 | 5B | 38 | 3E |
| Octal | 236 | 325 | 151 | 32 | 0 | 63 | 20 | 133 | 70 | 76 |
| Binary | 10011110 | 11010101 | 1101001 | 11010 | 0 | 110011 | 10000 | 1011011 | 111000 | 111110 |
Color Harmonies of #9ED569
Complementary color
Monochromatic Colors of #9ED569
Black with #9ED569
Text Example
Text Example
White with #9ED569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED569; }
p { color: rgb(158,213,105); }
H1.HeaderClassName
{
color: #9ED569;
}
.AnyTagClassName
{
color: #9ED569;
}
</style>
background-color css
<style>
a { background-color: #9ED569; }
a { background-color: rgb(158,213,105); }
div.DivClassName
{
background-color: #9ED569;
}
.BgClassName
{
background-color: #9ED569;
}
</style>
border-color css
<style>
span { border-color: #9ED569; }
span { border-color: rgb(158,213,105); }
td.TdClassName
{
border-color: #9ED569;
}
.TagClassName
{
border-color: #9ED569;
}
</style>