Shades of Feijoa #9AFB6A
Tints of Feijoa #9AFB6A
RGB
CMYK
RGB Variations
Color information
#9AFB6A (or 0x9AFB6A) is known color: Feijoa. HEX triplet: 9A, FB and 6A. RGB value is (154,251,106). Sum of RGB (Red+Green+Blue) = 154+251+106=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB6A is #650495. Grayscale: #CDCDCD. Windows color (decimal): -6620310 or 7011226. OLE color: 7011226.
HSL color Cylindrical-coordinate representation of color #9AFB6A: hue angle of 100.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AFB6A is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 106 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.02 |
| HSL | 100.14º | 0.95% | 0.7% | - |
| HSV(B) | 100.14º | 0.58% | 0.98% | - |
| XYZ | 50.43 | 76.9 | 25.82 | - |
| YUV | 205.47 | 71.86 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 106 | 0.39 | 0 | 0.58 | 0.02 | 100.14 | 0.95 | 0.7 |
| Hex | 9A | FB | 6A | 27 | 0 | 3A | 2 | 64 | 5F | 46 |
| Octal | 232 | 373 | 152 | 47 | 0 | 72 | 2 | 144 | 137 | 106 |
| Binary | 10011010 | 11111011 | 1101010 | 100111 | 0 | 111010 | 10 | 1100100 | 1011111 | 1000110 |
Color Harmonies of #9AFB6A
Complementary color
Monochromatic Colors of #9AFB6A
Black with #9AFB6A
Text Example
Text Example
White with #9AFB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB6A; }
p { color: rgb(154,251,106); }
H1.HeaderClassName
{
color: #9AFB6A;
}
.AnyTagClassName
{
color: #9AFB6A;
}
</style>
background-color css
<style>
a { background-color: #9AFB6A; }
a { background-color: rgb(154,251,106); }
div.DivClassName
{
background-color: #9AFB6A;
}
.BgClassName
{
background-color: #9AFB6A;
}
</style>
border-color css
<style>
span { border-color: #9AFB6A; }
span { border-color: rgb(154,251,106); }
td.TdClassName
{
border-color: #9AFB6A;
}
.TagClassName
{
border-color: #9AFB6A;
}
</style>