Shades of Feijoa #9DDE69
Tints of Feijoa #9DDE69
RGB
CMYK
RGB Variations
Color information
#9DDE69 (or 0x9DDE69) is known color: Feijoa. HEX triplet: 9D, DE and 69. RGB value is (157,222,105). Sum of RGB (Red+Green+Blue) = 157+222+105=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE69 is #622196. Grayscale: #BDBDBD. Windows color (decimal): -6431127 or 6938269. OLE color: 6938269.
HSL color Cylindrical-coordinate representation of color #9DDE69: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DDE69 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 105 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.13 |
| HSL | 93.33º | 0.64% | 0.64% | - |
| HSV(B) | 93.33º | 0.53% | 0.87% | - |
| XYZ | 42.58 | 60.43 | 22.78 | - |
| YUV | 189.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 105 | 0.29 | 0 | 0.53 | 0.13 | 93.33 | 0.64 | 0.64 |
| Hex | 9D | DE | 69 | 1D | 0 | 35 | D | 5D | 40 | 40 |
| Octal | 235 | 336 | 151 | 35 | 0 | 65 | 15 | 135 | 100 | 100 |
| Binary | 10011101 | 11011110 | 1101001 | 11101 | 0 | 110101 | 1101 | 1011101 | 1000000 | 1000000 |
Color Harmonies of #9DDE69
Complementary color
Monochromatic Colors of #9DDE69
Black with #9DDE69
Text Example
Text Example
White with #9DDE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE69; }
p { color: rgb(157,222,105); }
H1.HeaderClassName
{
color: #9DDE69;
}
.AnyTagClassName
{
color: #9DDE69;
}
</style>
background-color css
<style>
a { background-color: #9DDE69; }
a { background-color: rgb(157,222,105); }
div.DivClassName
{
background-color: #9DDE69;
}
.BgClassName
{
background-color: #9DDE69;
}
</style>
border-color css
<style>
span { border-color: #9DDE69; }
span { border-color: rgb(157,222,105); }
td.TdClassName
{
border-color: #9DDE69;
}
.TagClassName
{
border-color: #9DDE69;
}
</style>