Shades of Feijoa #ADF57A
Tints of Feijoa #ADF57A
RGB
CMYK
RGB Variations
Color information
#ADF57A (or 0xADF57A) is known color: Feijoa. HEX triplet: AD, F5 and 7A. RGB value is (173,245,122). Sum of RGB (Red+Green+Blue) = 173+245+122=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF57A is #520A85. Grayscale: #D1D1D1. Windows color (decimal): -5376646 or 8058285. OLE color: 8058285.
HSL color Cylindrical-coordinate representation of color #ADF57A: hue angle of 95.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF57A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 122 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.04 |
| HSL | 95.12º | 0.86% | 0.72% | - |
| HSV(B) | 95.12º | 0.5% | 0.96% | - |
| XYZ | 53.4 | 75.59 | 30.19 | - |
| YUV | 209.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 122 | 0.29 | 0 | 0.50 | 0.04 | 95.12 | 0.86 | 0.72 |
| Hex | AD | F5 | 7A | 1D | 0 | 32 | 4 | 5F | 56 | 48 |
| Octal | 255 | 365 | 172 | 35 | 0 | 62 | 4 | 137 | 126 | 110 |
| Binary | 10101101 | 11110101 | 1111010 | 11101 | 0 | 110010 | 100 | 1011111 | 1010110 | 1001000 |
Color Harmonies of #ADF57A
Complementary color
Monochromatic Colors of #ADF57A
Black with #ADF57A
Text Example
Text Example
White with #ADF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF57A; }
p { color: rgb(173,245,122); }
H1.HeaderClassName
{
color: #ADF57A;
}
.AnyTagClassName
{
color: #ADF57A;
}
</style>
background-color css
<style>
a { background-color: #ADF57A; }
a { background-color: rgb(173,245,122); }
div.DivClassName
{
background-color: #ADF57A;
}
.BgClassName
{
background-color: #ADF57A;
}
</style>
border-color css
<style>
span { border-color: #ADF57A; }
span { border-color: rgb(173,245,122); }
td.TdClassName
{
border-color: #ADF57A;
}
.TagClassName
{
border-color: #ADF57A;
}
</style>