Shades of Feijoa #9AFB6E
Tints of Feijoa #9AFB6E
RGB
CMYK
RGB Variations
Color information
#9AFB6E (or 0x9AFB6E) is known color: Feijoa. HEX triplet: 9A, FB and 6E. RGB value is (154,251,110). Sum of RGB (Red+Green+Blue) = 154+251+110=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB6E is #650491. Grayscale: #CECECE. Windows color (decimal): -6620306 or 7273370. OLE color: 7273370.
HSL color Cylindrical-coordinate representation of color #9AFB6E: hue angle of 101.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AFB6E is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 110 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.02 |
| HSL | 101.28º | 0.95% | 0.71% | - |
| HSV(B) | 101.28º | 0.56% | 0.98% | - |
| XYZ | 50.64 | 76.99 | 26.94 | - |
| YUV | 205.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 110 | 0.39 | 0 | 0.56 | 0.02 | 101.28 | 0.95 | 0.71 |
| Hex | 9A | FB | 6E | 27 | 0 | 38 | 2 | 65 | 5F | 47 |
| Octal | 232 | 373 | 156 | 47 | 0 | 70 | 2 | 145 | 137 | 107 |
| Binary | 10011010 | 11111011 | 1101110 | 100111 | 0 | 111000 | 10 | 1100101 | 1011111 | 1000111 |
Color Harmonies of #9AFB6E
Complementary color
Monochromatic Colors of #9AFB6E
Black with #9AFB6E
Text Example
Text Example
White with #9AFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB6E; }
p { color: rgb(154,251,110); }
H1.HeaderClassName
{
color: #9AFB6E;
}
.AnyTagClassName
{
color: #9AFB6E;
}
</style>
background-color css
<style>
a { background-color: #9AFB6E; }
a { background-color: rgb(154,251,110); }
div.DivClassName
{
background-color: #9AFB6E;
}
.BgClassName
{
background-color: #9AFB6E;
}
</style>
border-color css
<style>
span { border-color: #9AFB6E; }
span { border-color: rgb(154,251,110); }
td.TdClassName
{
border-color: #9AFB6E;
}
.TagClassName
{
border-color: #9AFB6E;
}
</style>