Shades of Feijoa #A5FE69
Tints of Feijoa #A5FE69
RGB
CMYK
RGB Variations
Color information
#A5FE69 (or 0xA5FE69) is known color: Feijoa. HEX triplet: A5, FE and 69. RGB value is (165,254,105). Sum of RGB (Red+Green+Blue) = 165+254+105=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE69 is #5A0196. Grayscale: #D2D2D2. Windows color (decimal): -5898647 or 6946469. OLE color: 6946469.
HSL color Cylindrical-coordinate representation of color #A5FE69: hue angle of 95.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5FE69 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 105 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.00 |
| HSL | 95.84º | 0.99% | 0.7% | - |
| HSV(B) | 95.84º | 0.59% | 1% | - |
| XYZ | 53.51 | 79.9 | 25.97 | - |
| YUV | 210.4 | 68.51 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 105 | 0.35 | 0 | 0.59 | 0.00 | 95.84 | 0.99 | 0.7 |
| Hex | A5 | FE | 69 | 23 | 0 | 3B | 0 | 60 | 63 | 46 |
| Octal | 245 | 376 | 151 | 43 | 0 | 73 | 0 | 140 | 143 | 106 |
| Binary | 10100101 | 11111110 | 1101001 | 100011 | 0 | 111011 | 0 | 1100000 | 1100011 | 1000110 |
Color Harmonies of #A5FE69
Complementary color
Monochromatic Colors of #A5FE69
Black with #A5FE69
Text Example
Text Example
White with #A5FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FE69; }
p { color: rgb(165,254,105); }
H1.HeaderClassName
{
color: #A5FE69;
}
.AnyTagClassName
{
color: #A5FE69;
}
</style>
background-color css
<style>
a { background-color: #A5FE69; }
a { background-color: rgb(165,254,105); }
div.DivClassName
{
background-color: #A5FE69;
}
.BgClassName
{
background-color: #A5FE69;
}
</style>
border-color css
<style>
span { border-color: #A5FE69; }
span { border-color: rgb(165,254,105); }
td.TdClassName
{
border-color: #A5FE69;
}
.TagClassName
{
border-color: #A5FE69;
}
</style>