Shades of Feijoa #9AF278
Tints of Feijoa #9AF278
RGB
CMYK
RGB Variations
Color information
#9AF278 (or 0x9AF278) is known color: Feijoa. HEX triplet: 9A, F2 and 78. RGB value is (154,242,120). Sum of RGB (Red+Green+Blue) = 154+242+120=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF278 is #650D87. Grayscale: #CACACA. Windows color (decimal): -6622600 or 7926426. OLE color: 7926426.
HSL color Cylindrical-coordinate representation of color #9AF278: hue angle of 103.28º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AF278 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 120 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.05 |
| HSL | 103.28º | 0.82% | 0.71% | - |
| HSV(B) | 103.28º | 0.5% | 0.95% | - |
| XYZ | 48.47 | 71.73 | 29.06 | - |
| YUV | 201.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 120 | 0.36 | 0 | 0.50 | 0.05 | 103.28 | 0.82 | 0.71 |
| Hex | 9A | F2 | 78 | 24 | 0 | 32 | 5 | 67 | 52 | 47 |
| Octal | 232 | 362 | 170 | 44 | 0 | 62 | 5 | 147 | 122 | 107 |
| Binary | 10011010 | 11110010 | 1111000 | 100100 | 0 | 110010 | 101 | 1100111 | 1010010 | 1000111 |
Color Harmonies of #9AF278
Complementary color
Monochromatic Colors of #9AF278
Black with #9AF278
Text Example
Text Example
White with #9AF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF278; }
p { color: rgb(154,242,120); }
H1.HeaderClassName
{
color: #9AF278;
}
.AnyTagClassName
{
color: #9AF278;
}
</style>
background-color css
<style>
a { background-color: #9AF278; }
a { background-color: rgb(154,242,120); }
div.DivClassName
{
background-color: #9AF278;
}
.BgClassName
{
background-color: #9AF278;
}
</style>
border-color css
<style>
span { border-color: #9AF278; }
span { border-color: rgb(154,242,120); }
td.TdClassName
{
border-color: #9AF278;
}
.TagClassName
{
border-color: #9AF278;
}
</style>