Shades of Feijoa #9ADF65
Tints of Feijoa #9ADF65
RGB
CMYK
RGB Variations
Color information
#9ADF65 (or 0x9ADF65) is known color: Feijoa. HEX triplet: 9A, DF and 65. RGB value is (154,223,101). Sum of RGB (Red+Green+Blue) = 154+223+101=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF65 is #65209A. Grayscale: #BCBCBC. Windows color (decimal): -6627483 or 6676378. OLE color: 6676378.
HSL color Cylindrical-coordinate representation of color #9ADF65: hue angle of 93.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ADF65 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 101 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.13 |
| HSL | 93.93º | 0.66% | 0.64% | - |
| HSV(B) | 93.93º | 0.55% | 0.87% | - |
| XYZ | 42.06 | 60.58 | 21.79 | - |
| YUV | 188.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 101 | 0.31 | 0 | 0.55 | 0.13 | 93.93 | 0.66 | 0.64 |
| Hex | 9A | DF | 65 | 1F | 0 | 37 | D | 5E | 42 | 40 |
| Octal | 232 | 337 | 145 | 37 | 0 | 67 | 15 | 136 | 102 | 100 |
| Binary | 10011010 | 11011111 | 1100101 | 11111 | 0 | 110111 | 1101 | 1011110 | 1000010 | 1000000 |
Color Harmonies of #9ADF65
Complementary color
Monochromatic Colors of #9ADF65
Black with #9ADF65
Text Example
Text Example
White with #9ADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADF65; }
p { color: rgb(154,223,101); }
H1.HeaderClassName
{
color: #9ADF65;
}
.AnyTagClassName
{
color: #9ADF65;
}
</style>
background-color css
<style>
a { background-color: #9ADF65; }
a { background-color: rgb(154,223,101); }
div.DivClassName
{
background-color: #9ADF65;
}
.BgClassName
{
background-color: #9ADF65;
}
</style>
border-color css
<style>
span { border-color: #9ADF65; }
span { border-color: rgb(154,223,101); }
td.TdClassName
{
border-color: #9ADF65;
}
.TagClassName
{
border-color: #9ADF65;
}
</style>