Shades of Feijoa #9DD66D
Tints of Feijoa #9DD66D
RGB
CMYK
RGB Variations
Color information
#9DD66D (or 0x9DD66D) is known color: Feijoa. HEX triplet: 9D, D6 and 6D. RGB value is (157,214,109). Sum of RGB (Red+Green+Blue) = 157+214+109=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD66D is #622992. Grayscale: #B9B9B9. Windows color (decimal): -6433171 or 7198365. OLE color: 7198365.
HSL color Cylindrical-coordinate representation of color #9DD66D: hue angle of 92.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD66D is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 109 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.16 |
| HSL | 92.57º | 0.56% | 0.63% | - |
| HSV(B) | 92.57º | 0.49% | 0.84% | - |
| XYZ | 40.71 | 56.37 | 23.2 | - |
| YUV | 184.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 109 | 0.27 | 0 | 0.49 | 0.16 | 92.57 | 0.56 | 0.63 |
| Hex | 9D | D6 | 6D | 1B | 0 | 31 | 10 | 5D | 38 | 3F |
| Octal | 235 | 326 | 155 | 33 | 0 | 61 | 20 | 135 | 70 | 77 |
| Binary | 10011101 | 11010110 | 1101101 | 11011 | 0 | 110001 | 10000 | 1011101 | 111000 | 111111 |
Color Harmonies of #9DD66D
Complementary color
Monochromatic Colors of #9DD66D
Black with #9DD66D
Text Example
Text Example
White with #9DD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD66D; }
p { color: rgb(157,214,109); }
H1.HeaderClassName
{
color: #9DD66D;
}
.AnyTagClassName
{
color: #9DD66D;
}
</style>
background-color css
<style>
a { background-color: #9DD66D; }
a { background-color: rgb(157,214,109); }
div.DivClassName
{
background-color: #9DD66D;
}
.BgClassName
{
background-color: #9DD66D;
}
</style>
border-color css
<style>
span { border-color: #9DD66D; }
span { border-color: rgb(157,214,109); }
td.TdClassName
{
border-color: #9DD66D;
}
.TagClassName
{
border-color: #9DD66D;
}
</style>