Shades of Feijoa #9DF069
Tints of Feijoa #9DF069
RGB
CMYK
RGB Variations
Color information
#9DF069 (or 0x9DF069) is known color: Feijoa. HEX triplet: 9D, F0 and 69. RGB value is (157,240,105). Sum of RGB (Red+Green+Blue) = 157+240+105=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF069 is #620F96. Grayscale: #C8C8C8. Windows color (decimal): -6426519 or 6942877. OLE color: 6942877.
HSL color Cylindrical-coordinate representation of color #9DF069: hue angle of 96.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DF069 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 105 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.06 |
| HSL | 96.89º | 0.82% | 0.68% | - |
| HSV(B) | 96.89º | 0.56% | 0.94% | - |
| XYZ | 47.61 | 70.51 | 24.46 | - |
| YUV | 199.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 105 | 0.35 | 0 | 0.56 | 0.06 | 96.89 | 0.82 | 0.68 |
| Hex | 9D | F0 | 69 | 23 | 0 | 38 | 6 | 61 | 52 | 44 |
| Octal | 235 | 360 | 151 | 43 | 0 | 70 | 6 | 141 | 122 | 104 |
| Binary | 10011101 | 11110000 | 1101001 | 100011 | 0 | 111000 | 110 | 1100001 | 1010010 | 1000100 |
Color Harmonies of #9DF069
Complementary color
Monochromatic Colors of #9DF069
Black with #9DF069
Text Example
Text Example
White with #9DF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF069; }
p { color: rgb(157,240,105); }
H1.HeaderClassName
{
color: #9DF069;
}
.AnyTagClassName
{
color: #9DF069;
}
</style>
background-color css
<style>
a { background-color: #9DF069; }
a { background-color: rgb(157,240,105); }
div.DivClassName
{
background-color: #9DF069;
}
.BgClassName
{
background-color: #9DF069;
}
</style>
border-color css
<style>
span { border-color: #9DF069; }
span { border-color: rgb(157,240,105); }
td.TdClassName
{
border-color: #9DF069;
}
.TagClassName
{
border-color: #9DF069;
}
</style>