Shades of Feijoa #9DD36C
Tints of Feijoa #9DD36C
RGB
CMYK
RGB Variations
Color information
#9DD36C (or 0x9DD36C) is known color: Feijoa. HEX triplet: 9D, D3 and 6C. RGB value is (157,211,108). Sum of RGB (Red+Green+Blue) = 157+211+108=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD36C is #622C93. Grayscale: #B7B7B7. Windows color (decimal): -6433940 or 7132061. OLE color: 7132061.
HSL color Cylindrical-coordinate representation of color #9DD36C: hue angle of 91.46º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD36C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 108 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.17 |
| HSL | 91.46º | 0.54% | 0.63% | - |
| HSV(B) | 91.46º | 0.49% | 0.83% | - |
| XYZ | 39.91 | 54.84 | 22.67 | - |
| YUV | 183.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 108 | 0.26 | 0 | 0.49 | 0.17 | 91.46 | 0.54 | 0.63 |
| Hex | 9D | D3 | 6C | 1A | 0 | 31 | 11 | 5B | 36 | 3F |
| Octal | 235 | 323 | 154 | 32 | 0 | 61 | 21 | 133 | 66 | 77 |
| Binary | 10011101 | 11010011 | 1101100 | 11010 | 0 | 110001 | 10001 | 1011011 | 110110 | 111111 |
Color Harmonies of #9DD36C
Complementary color
Monochromatic Colors of #9DD36C
Black with #9DD36C
Text Example
Text Example
White with #9DD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD36C; }
p { color: rgb(157,211,108); }
H1.HeaderClassName
{
color: #9DD36C;
}
.AnyTagClassName
{
color: #9DD36C;
}
</style>
background-color css
<style>
a { background-color: #9DD36C; }
a { background-color: rgb(157,211,108); }
div.DivClassName
{
background-color: #9DD36C;
}
.BgClassName
{
background-color: #9DD36C;
}
</style>
border-color css
<style>
span { border-color: #9DD36C; }
span { border-color: rgb(157,211,108); }
td.TdClassName
{
border-color: #9DD36C;
}
.TagClassName
{
border-color: #9DD36C;
}
</style>