Shades of Feijoa #9AF569
Tints of Feijoa #9AF569
RGB
CMYK
RGB Variations
Color information
#9AF569 (or 0x9AF569) is known color: Feijoa. HEX triplet: 9A, F5 and 69. RGB value is (154,245,105). Sum of RGB (Red+Green+Blue) = 154+245+105=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF569 is #650A96. Grayscale: #CACACA. Windows color (decimal): -6621847 or 6944154. OLE color: 6944154.
HSL color Cylindrical-coordinate representation of color #9AF569: hue angle of 99º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF569 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 105 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.04 |
| HSL | 99º | 0.88% | 0.69% | - |
| HSV(B) | 99º | 0.57% | 0.96% | - |
| XYZ | 48.53 | 73.19 | 24.93 | - |
| YUV | 201.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 105 | 0.37 | 0 | 0.57 | 0.04 | 99 | 0.88 | 0.69 |
| Hex | 9A | F5 | 69 | 25 | 0 | 39 | 4 | 63 | 58 | 45 |
| Octal | 232 | 365 | 151 | 45 | 0 | 71 | 4 | 143 | 130 | 105 |
| Binary | 10011010 | 11110101 | 1101001 | 100101 | 0 | 111001 | 100 | 1100011 | 1011000 | 1000101 |
Color Harmonies of #9AF569
Complementary color
Monochromatic Colors of #9AF569
Black with #9AF569
Text Example
Text Example
White with #9AF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF569; }
p { color: rgb(154,245,105); }
H1.HeaderClassName
{
color: #9AF569;
}
.AnyTagClassName
{
color: #9AF569;
}
</style>
background-color css
<style>
a { background-color: #9AF569; }
a { background-color: rgb(154,245,105); }
div.DivClassName
{
background-color: #9AF569;
}
.BgClassName
{
background-color: #9AF569;
}
</style>
border-color css
<style>
span { border-color: #9AF569; }
span { border-color: rgb(154,245,105); }
td.TdClassName
{
border-color: #9AF569;
}
.TagClassName
{
border-color: #9AF569;
}
</style>