Shades of Feijoa #A5F372
Tints of Feijoa #A5F372
RGB
CMYK
RGB Variations
Color information
#A5F372 (or 0xA5F372) is known color: Feijoa. HEX triplet: A5, F3 and 72. RGB value is (165,243,114). Sum of RGB (Red+Green+Blue) = 165+243+114=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F372 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F372 is #5A0C8D. Grayscale: #CDCDCD. Windows color (decimal): -5901454 or 7533477. OLE color: 7533477.
HSL color Cylindrical-coordinate representation of color #A5F372: hue angle of 96.28º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5F372 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 114 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.05 |
| HSL | 96.28º | 0.84% | 0.7% | - |
| HSV(B) | 96.28º | 0.53% | 0.95% | - |
| XYZ | 50.6 | 73.32 | 27.4 | - |
| YUV | 204.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 114 | 0.32 | 0 | 0.53 | 0.05 | 96.28 | 0.84 | 0.7 |
| Hex | A5 | F3 | 72 | 20 | 0 | 35 | 5 | 60 | 54 | 46 |
| Octal | 245 | 363 | 162 | 40 | 0 | 65 | 5 | 140 | 124 | 106 |
| Binary | 10100101 | 11110011 | 1110010 | 100000 | 0 | 110101 | 101 | 1100000 | 1010100 | 1000110 |
Color Harmonies of #A5F372
Complementary color
Monochromatic Colors of #A5F372
Black with #A5F372
Text Example
Text Example
White with #A5F372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F372; }
p { color: rgb(165,243,114); }
H1.HeaderClassName
{
color: #A5F372;
}
.AnyTagClassName
{
color: #A5F372;
}
</style>
background-color css
<style>
a { background-color: #A5F372; }
a { background-color: rgb(165,243,114); }
div.DivClassName
{
background-color: #A5F372;
}
.BgClassName
{
background-color: #A5F372;
}
</style>
border-color css
<style>
span { border-color: #A5F372; }
span { border-color: rgb(165,243,114); }
td.TdClassName
{
border-color: #A5F372;
}
.TagClassName
{
border-color: #A5F372;
}
</style>