Shades of Feijoa #ADE081
Tints of Feijoa #ADE081
RGB
CMYK
RGB Variations
Color information
#ADE081 (or 0xADE081) is known color: Feijoa. HEX triplet: AD, E0 and 81. RGB value is (173,224,129). Sum of RGB (Red+Green+Blue) = 173+224+129=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE081 is #521F7E. Grayscale: #C6C6C6. Windows color (decimal): -5382015 or 8511661. OLE color: 8511661.
HSL color Cylindrical-coordinate representation of color #ADE081: hue angle of 92.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE081 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 129 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.12 |
| HSL | 92.21º | 0.61% | 0.69% | - |
| HSV(B) | 92.21º | 0.42% | 0.88% | - |
| XYZ | 47.85 | 63.78 | 30.56 | - |
| YUV | 197.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 129 | 0.23 | 0 | 0.42 | 0.12 | 92.21 | 0.61 | 0.69 |
| Hex | AD | E0 | 81 | 17 | 0 | 2A | C | 5C | 3D | 45 |
| Octal | 255 | 340 | 201 | 27 | 0 | 52 | 14 | 134 | 75 | 105 |
| Binary | 10101101 | 11100000 | 10000001 | 10111 | 0 | 101010 | 1100 | 1011100 | 111101 | 1000101 |
Color Harmonies of #ADE081
Complementary color
Monochromatic Colors of #ADE081
Black with #ADE081
Text Example
Text Example
White with #ADE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE081; }
p { color: rgb(173,224,129); }
H1.HeaderClassName
{
color: #ADE081;
}
.AnyTagClassName
{
color: #ADE081;
}
</style>
background-color css
<style>
a { background-color: #ADE081; }
a { background-color: rgb(173,224,129); }
div.DivClassName
{
background-color: #ADE081;
}
.BgClassName
{
background-color: #ADE081;
}
</style>
border-color css
<style>
span { border-color: #ADE081; }
span { border-color: rgb(173,224,129); }
td.TdClassName
{
border-color: #ADE081;
}
.TagClassName
{
border-color: #ADE081;
}
</style>