Shades of Feijoa #9AFB64
Tints of Feijoa #9AFB64
RGB
CMYK
RGB Variations
Color information
#9AFB64 (or 0x9AFB64) is known color: Feijoa. HEX triplet: 9A, FB and 64. RGB value is (154,251,100). Sum of RGB (Red+Green+Blue) = 154+251+100=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB64 is #65049B. Grayscale: #CDCDCD. Windows color (decimal): -6620316 or 6618010. OLE color: 6618010.
HSL color Cylindrical-coordinate representation of color #9AFB64: hue angle of 98.54º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AFB64 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 100 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.02 |
| HSL | 98.54º | 0.95% | 0.69% | - |
| HSV(B) | 98.54º | 0.6% | 0.98% | - |
| XYZ | 50.12 | 76.78 | 24.24 | - |
| YUV | 204.78 | 68.86 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 100 | 0.39 | 0 | 0.60 | 0.02 | 98.54 | 0.95 | 0.69 |
| Hex | 9A | FB | 64 | 27 | 0 | 3C | 2 | 63 | 5F | 45 |
| Octal | 232 | 373 | 144 | 47 | 0 | 74 | 2 | 143 | 137 | 105 |
| Binary | 10011010 | 11111011 | 1100100 | 100111 | 0 | 111100 | 10 | 1100011 | 1011111 | 1000101 |
Color Harmonies of #9AFB64
Complementary color
Monochromatic Colors of #9AFB64
Black with #9AFB64
Text Example
Text Example
White with #9AFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB64; }
p { color: rgb(154,251,100); }
H1.HeaderClassName
{
color: #9AFB64;
}
.AnyTagClassName
{
color: #9AFB64;
}
</style>
background-color css
<style>
a { background-color: #9AFB64; }
a { background-color: rgb(154,251,100); }
div.DivClassName
{
background-color: #9AFB64;
}
.BgClassName
{
background-color: #9AFB64;
}
</style>
border-color css
<style>
span { border-color: #9AFB64; }
span { border-color: rgb(154,251,100); }
td.TdClassName
{
border-color: #9AFB64;
}
.TagClassName
{
border-color: #9AFB64;
}
</style>