Shades of Feijoa #9AFF68
Tints of Feijoa #9AFF68
RGB
CMYK
RGB Variations
Color information
#9AFF68 (or 0x9AFF68) is known color: Feijoa. HEX triplet: 9A, FF and 68. RGB value is (154,255,104). Sum of RGB (Red+Green+Blue) = 154+255+104=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF68 is #650097. Grayscale: #D0D0D0. Windows color (decimal): -6619288 or 6881178. OLE color: 6881178.
HSL color Cylindrical-coordinate representation of color #9AFF68: hue angle of 100.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AFF68 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 104 | - |
| CMYK | 0.40 | 0 | 0.59 | 0 |
| HSL | 100.13º | 1% | 0.7% | - |
| HSV(B) | 100.13º | 0.59% | 1% | - |
| XYZ | 51.59 | 79.39 | 25.7 | - |
| YUV | 207.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 104 | 0.40 | 0 | 0.59 | 0 | 100.13 | 1 | 0.7 |
| Hex | 9A | FF | 68 | 28 | 0 | 3B | 0 | 64 | 64 | 46 |
| Octal | 232 | 377 | 150 | 50 | 0 | 73 | 0 | 144 | 144 | 106 |
| Binary | 10011010 | 11111111 | 1101000 | 101000 | 0 | 111011 | 0 | 1100100 | 1100100 | 1000110 |
Color Harmonies of #9AFF68
Complementary color
Monochromatic Colors of #9AFF68
Black with #9AFF68
Text Example
Text Example
White with #9AFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF68; }
p { color: rgb(154,255,104); }
H1.HeaderClassName
{
color: #9AFF68;
}
.AnyTagClassName
{
color: #9AFF68;
}
</style>
background-color css
<style>
a { background-color: #9AFF68; }
a { background-color: rgb(154,255,104); }
div.DivClassName
{
background-color: #9AFF68;
}
.BgClassName
{
background-color: #9AFF68;
}
</style>
border-color css
<style>
span { border-color: #9AFF68; }
span { border-color: rgb(154,255,104); }
td.TdClassName
{
border-color: #9AFF68;
}
.TagClassName
{
border-color: #9AFF68;
}
</style>