Shades of Feijoa #ADF481
Tints of Feijoa #ADF481
RGB
CMYK
RGB Variations
Color information
#ADF481 (or 0xADF481) is known color: Feijoa. HEX triplet: AD, F4 and 81. RGB value is (173,244,129). Sum of RGB (Red+Green+Blue) = 173+244+129=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF481 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF481 is #520B7E. Grayscale: #D2D2D2. Windows color (decimal): -5376895 or 8516781. OLE color: 8516781.
HSL color Cylindrical-coordinate representation of color #ADF481: hue angle of 97.04º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF481 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 129 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.04 |
| HSL | 97.04º | 0.84% | 0.73% | - |
| HSV(B) | 97.04º | 0.47% | 0.96% | - |
| XYZ | 53.55 | 75.17 | 32.46 | - |
| YUV | 209.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 129 | 0.29 | 0 | 0.47 | 0.04 | 97.04 | 0.84 | 0.73 |
| Hex | AD | F4 | 81 | 1D | 0 | 2F | 4 | 61 | 54 | 49 |
| Octal | 255 | 364 | 201 | 35 | 0 | 57 | 4 | 141 | 124 | 111 |
| Binary | 10101101 | 11110100 | 10000001 | 11101 | 0 | 101111 | 100 | 1100001 | 1010100 | 1001001 |
Color Harmonies of #ADF481
Complementary color
Monochromatic Colors of #ADF481
Black with #ADF481
Text Example
Text Example
White with #ADF481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF481; }
p { color: rgb(173,244,129); }
H1.HeaderClassName
{
color: #ADF481;
}
.AnyTagClassName
{
color: #ADF481;
}
</style>
background-color css
<style>
a { background-color: #ADF481; }
a { background-color: rgb(173,244,129); }
div.DivClassName
{
background-color: #ADF481;
}
.BgClassName
{
background-color: #ADF481;
}
</style>
border-color css
<style>
span { border-color: #ADF481; }
span { border-color: rgb(173,244,129); }
td.TdClassName
{
border-color: #ADF481;
}
.TagClassName
{
border-color: #ADF481;
}
</style>