Shades of Feijoa #A5F37A
Tints of Feijoa #A5F37A
RGB
CMYK
RGB Variations
Color information
#A5F37A (or 0xA5F37A) is known color: Feijoa. HEX triplet: A5, F3 and 7A. RGB value is (165,243,122). Sum of RGB (Red+Green+Blue) = 165+243+122=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F37A is #5A0C85. Grayscale: #CECECE. Windows color (decimal): -5901446 or 8057765. OLE color: 8057765.
HSL color Cylindrical-coordinate representation of color #A5F37A: hue angle of 98.68º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F37A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 122 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.05 |
| HSL | 98.68º | 0.83% | 0.72% | - |
| HSV(B) | 98.68º | 0.5% | 0.95% | - |
| XYZ | 51.08 | 73.51 | 29.91 | - |
| YUV | 205.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 122 | 0.32 | 0 | 0.50 | 0.05 | 98.68 | 0.83 | 0.72 |
| Hex | A5 | F3 | 7A | 20 | 0 | 32 | 5 | 63 | 53 | 48 |
| Octal | 245 | 363 | 172 | 40 | 0 | 62 | 5 | 143 | 123 | 110 |
| Binary | 10100101 | 11110011 | 1111010 | 100000 | 0 | 110010 | 101 | 1100011 | 1010011 | 1001000 |
Color Harmonies of #A5F37A
Complementary color
Monochromatic Colors of #A5F37A
Black with #A5F37A
Text Example
Text Example
White with #A5F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F37A; }
p { color: rgb(165,243,122); }
H1.HeaderClassName
{
color: #A5F37A;
}
.AnyTagClassName
{
color: #A5F37A;
}
</style>
background-color css
<style>
a { background-color: #A5F37A; }
a { background-color: rgb(165,243,122); }
div.DivClassName
{
background-color: #A5F37A;
}
.BgClassName
{
background-color: #A5F37A;
}
</style>
border-color css
<style>
span { border-color: #A5F37A; }
span { border-color: rgb(165,243,122); }
td.TdClassName
{
border-color: #A5F37A;
}
.TagClassName
{
border-color: #A5F37A;
}
</style>