Shades of Feijoa #ADEF81
Tints of Feijoa #ADEF81
RGB
CMYK
RGB Variations
Color information
#ADEF81 (or 0xADEF81) is known color: Feijoa. HEX triplet: AD, EF and 81. RGB value is (173,239,129). Sum of RGB (Red+Green+Blue) = 173+239+129=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF81 is #52107E. Grayscale: #CFCFCF. Windows color (decimal): -5378175 or 8515501. OLE color: 8515501.
HSL color Cylindrical-coordinate representation of color #ADEF81: hue angle of 96º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADEF81 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 129 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.06 |
| HSL | 96º | 0.77% | 0.72% | - |
| HSV(B) | 96º | 0.46% | 0.94% | - |
| XYZ | 52.06 | 72.2 | 31.96 | - |
| YUV | 206.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 129 | 0.28 | 0 | 0.46 | 0.06 | 96 | 0.77 | 0.72 |
| Hex | AD | EF | 81 | 1C | 0 | 2E | 6 | 60 | 4D | 48 |
| Octal | 255 | 357 | 201 | 34 | 0 | 56 | 6 | 140 | 115 | 110 |
| Binary | 10101101 | 11101111 | 10000001 | 11100 | 0 | 101110 | 110 | 1100000 | 1001101 | 1001000 |
Color Harmonies of #ADEF81
Complementary color
Monochromatic Colors of #ADEF81
Black with #ADEF81
Text Example
Text Example
White with #ADEF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF81; }
p { color: rgb(173,239,129); }
H1.HeaderClassName
{
color: #ADEF81;
}
.AnyTagClassName
{
color: #ADEF81;
}
</style>
background-color css
<style>
a { background-color: #ADEF81; }
a { background-color: rgb(173,239,129); }
div.DivClassName
{
background-color: #ADEF81;
}
.BgClassName
{
background-color: #ADEF81;
}
</style>
border-color css
<style>
span { border-color: #ADEF81; }
span { border-color: rgb(173,239,129); }
td.TdClassName
{
border-color: #ADEF81;
}
.TagClassName
{
border-color: #ADEF81;
}
</style>