Shades of Feijoa #9AFB68
Tints of Feijoa #9AFB68
RGB
CMYK
RGB Variations
Color information
#9AFB68 (or 0x9AFB68) is known color: Feijoa. HEX triplet: 9A, FB and 68. RGB value is (154,251,104). Sum of RGB (Red+Green+Blue) = 154+251+104=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB68 is #650497. Grayscale: #CDCDCD. Windows color (decimal): -6620312 or 6880154. OLE color: 6880154.
HSL color Cylindrical-coordinate representation of color #9AFB68: hue angle of 99.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AFB68 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 104 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.02 |
| HSL | 99.59º | 0.95% | 0.7% | - |
| HSV(B) | 99.59º | 0.59% | 0.98% | - |
| XYZ | 50.32 | 76.86 | 25.28 | - |
| YUV | 205.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 104 | 0.39 | 0 | 0.59 | 0.02 | 99.59 | 0.95 | 0.7 |
| Hex | 9A | FB | 68 | 27 | 0 | 3B | 2 | 64 | 5F | 46 |
| Octal | 232 | 373 | 150 | 47 | 0 | 73 | 2 | 144 | 137 | 106 |
| Binary | 10011010 | 11111011 | 1101000 | 100111 | 0 | 111011 | 10 | 1100100 | 1011111 | 1000110 |
Color Harmonies of #9AFB68
Complementary color
Monochromatic Colors of #9AFB68
Black with #9AFB68
Text Example
Text Example
White with #9AFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB68; }
p { color: rgb(154,251,104); }
H1.HeaderClassName
{
color: #9AFB68;
}
.AnyTagClassName
{
color: #9AFB68;
}
</style>
background-color css
<style>
a { background-color: #9AFB68; }
a { background-color: rgb(154,251,104); }
div.DivClassName
{
background-color: #9AFB68;
}
.BgClassName
{
background-color: #9AFB68;
}
</style>
border-color css
<style>
span { border-color: #9AFB68; }
span { border-color: rgb(154,251,104); }
td.TdClassName
{
border-color: #9AFB68;
}
.TagClassName
{
border-color: #9AFB68;
}
</style>