Shades of Feijoa #9AF26B
Tints of Feijoa #9AF26B
RGB
CMYK
RGB Variations
Color information
#9AF26B (or 0x9AF26B) is known color: Feijoa. HEX triplet: 9A, F2 and 6B. RGB value is (154,242,107). Sum of RGB (Red+Green+Blue) = 154+242+107=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF26B is #650D94. Grayscale: #C8C8C8. Windows color (decimal): -6622613 or 7074458. OLE color: 7074458.
HSL color Cylindrical-coordinate representation of color #9AF26B: hue angle of 99.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AF26B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 107 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.05 |
| HSL | 99.11º | 0.84% | 0.68% | - |
| HSV(B) | 99.11º | 0.56% | 0.95% | - |
| XYZ | 47.73 | 71.44 | 25.18 | - |
| YUV | 200.3 | 75.35 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 107 | 0.36 | 0 | 0.56 | 0.05 | 99.11 | 0.84 | 0.68 |
| Hex | 9A | F2 | 6B | 24 | 0 | 38 | 5 | 63 | 54 | 44 |
| Octal | 232 | 362 | 153 | 44 | 0 | 70 | 5 | 143 | 124 | 104 |
| Binary | 10011010 | 11110010 | 1101011 | 100100 | 0 | 111000 | 101 | 1100011 | 1010100 | 1000100 |
Color Harmonies of #9AF26B
Complementary color
Monochromatic Colors of #9AF26B
Black with #9AF26B
Text Example
Text Example
White with #9AF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF26B; }
p { color: rgb(154,242,107); }
H1.HeaderClassName
{
color: #9AF26B;
}
.AnyTagClassName
{
color: #9AF26B;
}
</style>
background-color css
<style>
a { background-color: #9AF26B; }
a { background-color: rgb(154,242,107); }
div.DivClassName
{
background-color: #9AF26B;
}
.BgClassName
{
background-color: #9AF26B;
}
</style>
border-color css
<style>
span { border-color: #9AF26B; }
span { border-color: rgb(154,242,107); }
td.TdClassName
{
border-color: #9AF26B;
}
.TagClassName
{
border-color: #9AF26B;
}
</style>