Shades of Feijoa #A5F273
Tints of Feijoa #A5F273
RGB
CMYK
RGB Variations
Color information
#A5F273 (or 0xA5F273) is known color: Feijoa. HEX triplet: A5, F2 and 73. RGB value is (165,242,115). Sum of RGB (Red+Green+Blue) = 165+242+115=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F273 is #5A0D8C. Grayscale: #CCCCCC. Windows color (decimal): -5901709 or 7598757. OLE color: 7598757.
HSL color Cylindrical-coordinate representation of color #A5F273: hue angle of 96.38º degrees, saturation: 0.83, 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 #A5F273 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 115 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.05 |
| HSL | 96.38º | 0.83% | 0.7% | - |
| HSV(B) | 96.38º | 0.52% | 0.95% | - |
| XYZ | 50.36 | 72.74 | 27.61 | - |
| YUV | 204.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 115 | 0.32 | 0 | 0.52 | 0.05 | 96.38 | 0.83 | 0.7 |
| Hex | A5 | F2 | 73 | 20 | 0 | 34 | 5 | 60 | 53 | 46 |
| Octal | 245 | 362 | 163 | 40 | 0 | 64 | 5 | 140 | 123 | 106 |
| Binary | 10100101 | 11110010 | 1110011 | 100000 | 0 | 110100 | 101 | 1100000 | 1010011 | 1000110 |
Color Harmonies of #A5F273
Complementary color
Monochromatic Colors of #A5F273
Black with #A5F273
Text Example
Text Example
White with #A5F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F273; }
p { color: rgb(165,242,115); }
H1.HeaderClassName
{
color: #A5F273;
}
.AnyTagClassName
{
color: #A5F273;
}
</style>
background-color css
<style>
a { background-color: #A5F273; }
a { background-color: rgb(165,242,115); }
div.DivClassName
{
background-color: #A5F273;
}
.BgClassName
{
background-color: #A5F273;
}
</style>
border-color css
<style>
span { border-color: #A5F273; }
span { border-color: rgb(165,242,115); }
td.TdClassName
{
border-color: #A5F273;
}
.TagClassName
{
border-color: #A5F273;
}
</style>