Shades of Feijoa #9DDD69
Tints of Feijoa #9DDD69
RGB
CMYK
RGB Variations
Color information
#9DDD69 (or 0x9DDD69) is known color: Feijoa. HEX triplet: 9D, DD and 69. RGB value is (157,221,105). Sum of RGB (Red+Green+Blue) = 157+221+105=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD69 is #622296. Grayscale: #BDBDBD. Windows color (decimal): -6431383 or 6938013. OLE color: 6938013.
HSL color Cylindrical-coordinate representation of color #9DDD69: hue angle of 93.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DDD69 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 105 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.13 |
| HSL | 93.1º | 0.63% | 0.64% | - |
| HSV(B) | 93.1º | 0.52% | 0.87% | - |
| XYZ | 42.31 | 59.9 | 22.7 | - |
| YUV | 188.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 105 | 0.29 | 0 | 0.52 | 0.13 | 93.1 | 0.63 | 0.64 |
| Hex | 9D | DD | 69 | 1D | 0 | 34 | D | 5D | 3F | 40 |
| Octal | 235 | 335 | 151 | 35 | 0 | 64 | 15 | 135 | 77 | 100 |
| Binary | 10011101 | 11011101 | 1101001 | 11101 | 0 | 110100 | 1101 | 1011101 | 111111 | 1000000 |
Color Harmonies of #9DDD69
Complementary color
Monochromatic Colors of #9DDD69
Black with #9DDD69
Text Example
Text Example
White with #9DDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD69; }
p { color: rgb(157,221,105); }
H1.HeaderClassName
{
color: #9DDD69;
}
.AnyTagClassName
{
color: #9DDD69;
}
</style>
background-color css
<style>
a { background-color: #9DDD69; }
a { background-color: rgb(157,221,105); }
div.DivClassName
{
background-color: #9DDD69;
}
.BgClassName
{
background-color: #9DDD69;
}
</style>
border-color css
<style>
span { border-color: #9DDD69; }
span { border-color: rgb(157,221,105); }
td.TdClassName
{
border-color: #9DDD69;
}
.TagClassName
{
border-color: #9DDD69;
}
</style>