Shades of Feijoa #A5F369
Tints of Feijoa #A5F369
RGB
CMYK
RGB Variations
Color information
#A5F369 (or 0xA5F369) is known color: Feijoa. HEX triplet: A5, F3 and 69. RGB value is (165,243,105). Sum of RGB (Red+Green+Blue) = 165+243+105=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F369 is #5A0C96. Grayscale: #CCCCCC. Windows color (decimal): -5901463 or 6943653. OLE color: 6943653.
HSL color Cylindrical-coordinate representation of color #A5F369: hue angle of 93.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5F369 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 105 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.05 |
| HSL | 93.91º | 0.85% | 0.68% | - |
| HSV(B) | 93.91º | 0.57% | 0.95% | - |
| XYZ | 50.12 | 73.12 | 24.84 | - |
| YUV | 203.95 | 72.16 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 105 | 0.32 | 0 | 0.57 | 0.05 | 93.91 | 0.85 | 0.68 |
| Hex | A5 | F3 | 69 | 20 | 0 | 39 | 5 | 5E | 55 | 44 |
| Octal | 245 | 363 | 151 | 40 | 0 | 71 | 5 | 136 | 125 | 104 |
| Binary | 10100101 | 11110011 | 1101001 | 100000 | 0 | 111001 | 101 | 1011110 | 1010101 | 1000100 |
Color Harmonies of #A5F369
Complementary color
Monochromatic Colors of #A5F369
Black with #A5F369
Text Example
Text Example
White with #A5F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F369; }
p { color: rgb(165,243,105); }
H1.HeaderClassName
{
color: #A5F369;
}
.AnyTagClassName
{
color: #A5F369;
}
</style>
background-color css
<style>
a { background-color: #A5F369; }
a { background-color: rgb(165,243,105); }
div.DivClassName
{
background-color: #A5F369;
}
.BgClassName
{
background-color: #A5F369;
}
</style>
border-color css
<style>
span { border-color: #A5F369; }
span { border-color: rgb(165,243,105); }
td.TdClassName
{
border-color: #A5F369;
}
.TagClassName
{
border-color: #A5F369;
}
</style>