Shades of Feijoa #9AF173
Tints of Feijoa #9AF173
RGB
CMYK
RGB Variations
Color information
#9AF173 (or 0x9AF173) is known color: Feijoa. HEX triplet: 9A, F1 and 73. RGB value is (154,241,115). Sum of RGB (Red+Green+Blue) = 154+241+115=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF173 is #650E8C. Grayscale: #C9C9C9. Windows color (decimal): -6622861 or 7598490. OLE color: 7598490.
HSL color Cylindrical-coordinate representation of color #9AF173: hue angle of 101.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AF173 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 115 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.05 |
| HSL | 101.43º | 0.82% | 0.7% | - |
| HSV(B) | 101.43º | 0.52% | 0.95% | - |
| XYZ | 47.88 | 71.02 | 27.4 | - |
| YUV | 200.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 115 | 0.36 | 0 | 0.52 | 0.05 | 101.43 | 0.82 | 0.7 |
| Hex | 9A | F1 | 73 | 24 | 0 | 34 | 5 | 65 | 52 | 46 |
| Octal | 232 | 361 | 163 | 44 | 0 | 64 | 5 | 145 | 122 | 106 |
| Binary | 10011010 | 11110001 | 1110011 | 100100 | 0 | 110100 | 101 | 1100101 | 1010010 | 1000110 |
Color Harmonies of #9AF173
Complementary color
Monochromatic Colors of #9AF173
Black with #9AF173
Text Example
Text Example
White with #9AF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF173; }
p { color: rgb(154,241,115); }
H1.HeaderClassName
{
color: #9AF173;
}
.AnyTagClassName
{
color: #9AF173;
}
</style>
background-color css
<style>
a { background-color: #9AF173; }
a { background-color: rgb(154,241,115); }
div.DivClassName
{
background-color: #9AF173;
}
.BgClassName
{
background-color: #9AF173;
}
</style>
border-color css
<style>
span { border-color: #9AF173; }
span { border-color: rgb(154,241,115); }
td.TdClassName
{
border-color: #9AF173;
}
.TagClassName
{
border-color: #9AF173;
}
</style>