Shades of Feijoa #9DF270
Tints of Feijoa #9DF270
RGB
CMYK
RGB Variations
Color information
#9DF270 (or 0x9DF270) is known color: Feijoa. HEX triplet: 9D, F2 and 70. RGB value is (157,242,112). Sum of RGB (Red+Green+Blue) = 157+242+112=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF270 is #620D8F. Grayscale: #CACACA. Windows color (decimal): -6426000 or 7402141. OLE color: 7402141.
HSL color Cylindrical-coordinate representation of color #9DF270: hue angle of 99.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF270 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 112 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.05 |
| HSL | 99.23º | 0.83% | 0.69% | - |
| HSV(B) | 99.23º | 0.54% | 0.95% | - |
| XYZ | 48.58 | 71.84 | 26.64 | - |
| YUV | 201.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 112 | 0.35 | 0 | 0.54 | 0.05 | 99.23 | 0.83 | 0.69 |
| Hex | 9D | F2 | 70 | 23 | 0 | 36 | 5 | 63 | 53 | 45 |
| Octal | 235 | 362 | 160 | 43 | 0 | 66 | 5 | 143 | 123 | 105 |
| Binary | 10011101 | 11110010 | 1110000 | 100011 | 0 | 110110 | 101 | 1100011 | 1010011 | 1000101 |
Color Harmonies of #9DF270
Complementary color
Monochromatic Colors of #9DF270
Black with #9DF270
Text Example
Text Example
White with #9DF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF270; }
p { color: rgb(157,242,112); }
H1.HeaderClassName
{
color: #9DF270;
}
.AnyTagClassName
{
color: #9DF270;
}
</style>
background-color css
<style>
a { background-color: #9DF270; }
a { background-color: rgb(157,242,112); }
div.DivClassName
{
background-color: #9DF270;
}
.BgClassName
{
background-color: #9DF270;
}
</style>
border-color css
<style>
span { border-color: #9DF270; }
span { border-color: rgb(157,242,112); }
td.TdClassName
{
border-color: #9DF270;
}
.TagClassName
{
border-color: #9DF270;
}
</style>