Shades of Feijoa #9DE172
Tints of Feijoa #9DE172
RGB
CMYK
RGB Variations
Color information
#9DE172 (or 0x9DE172) is known color: Feijoa. HEX triplet: 9D, E1 and 72. RGB value is (157,225,114). Sum of RGB (Red+Green+Blue) = 157+225+114=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE172 is #621E8D. Grayscale: #C0C0C0. Windows color (decimal): -6430350 or 7528861. OLE color: 7528861.
HSL color Cylindrical-coordinate representation of color #9DE172: hue angle of 96.76º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DE172 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 114 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.12 |
| HSL | 96.76º | 0.65% | 0.66% | - |
| HSV(B) | 96.76º | 0.49% | 0.88% | - |
| XYZ | 43.87 | 62.23 | 25.62 | - |
| YUV | 192.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 114 | 0.30 | 0 | 0.49 | 0.12 | 96.76 | 0.65 | 0.66 |
| Hex | 9D | E1 | 72 | 1E | 0 | 31 | C | 61 | 41 | 42 |
| Octal | 235 | 341 | 162 | 36 | 0 | 61 | 14 | 141 | 101 | 102 |
| Binary | 10011101 | 11100001 | 1110010 | 11110 | 0 | 110001 | 1100 | 1100001 | 1000001 | 1000010 |
Color Harmonies of #9DE172
Complementary color
Monochromatic Colors of #9DE172
Black with #9DE172
Text Example
Text Example
White with #9DE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE172; }
p { color: rgb(157,225,114); }
H1.HeaderClassName
{
color: #9DE172;
}
.AnyTagClassName
{
color: #9DE172;
}
</style>
background-color css
<style>
a { background-color: #9DE172; }
a { background-color: rgb(157,225,114); }
div.DivClassName
{
background-color: #9DE172;
}
.BgClassName
{
background-color: #9DE172;
}
</style>
border-color css
<style>
span { border-color: #9DE172; }
span { border-color: rgb(157,225,114); }
td.TdClassName
{
border-color: #9DE172;
}
.TagClassName
{
border-color: #9DE172;
}
</style>