Shades of Feijoa #ADF58A
Tints of Feijoa #ADF58A
RGB
CMYK
RGB Variations
Color information
#ADF58A (or 0xADF58A) is known color: Feijoa. HEX triplet: AD, F5 and 8A. RGB value is (173,245,138). Sum of RGB (Red+Green+Blue) = 173+245+138=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF58A is #520A75. Grayscale: #D3D3D3. Windows color (decimal): -5376630 or 9106861. OLE color: 9106861.
HSL color Cylindrical-coordinate representation of color #ADF58A: hue angle of 100.37º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF58A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 138 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.04 |
| HSL | 100.37º | 0.84% | 0.75% | - |
| HSV(B) | 100.37º | 0.44% | 0.96% | - |
| XYZ | 54.47 | 76.02 | 35.85 | - |
| YUV | 211.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 138 | 0.29 | 0 | 0.44 | 0.04 | 100.37 | 0.84 | 0.75 |
| Hex | AD | F5 | 8A | 1D | 0 | 2C | 4 | 64 | 54 | 4B |
| Octal | 255 | 365 | 212 | 35 | 0 | 54 | 4 | 144 | 124 | 113 |
| Binary | 10101101 | 11110101 | 10001010 | 11101 | 0 | 101100 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #ADF58A
Complementary color
Monochromatic Colors of #ADF58A
Black with #ADF58A
Text Example
Text Example
White with #ADF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF58A; }
p { color: rgb(173,245,138); }
H1.HeaderClassName
{
color: #ADF58A;
}
.AnyTagClassName
{
color: #ADF58A;
}
</style>
background-color css
<style>
a { background-color: #ADF58A; }
a { background-color: rgb(173,245,138); }
div.DivClassName
{
background-color: #ADF58A;
}
.BgClassName
{
background-color: #ADF58A;
}
</style>
border-color css
<style>
span { border-color: #ADF58A; }
span { border-color: rgb(173,245,138); }
td.TdClassName
{
border-color: #ADF58A;
}
.TagClassName
{
border-color: #ADF58A;
}
</style>