Shades of Feijoa #ADE77F
Tints of Feijoa #ADE77F
RGB
CMYK
RGB Variations
Color information
#ADE77F (or 0xADE77F) is known color: Feijoa. HEX triplet: AD, E7 and 7F. RGB value is (173,231,127). Sum of RGB (Red+Green+Blue) = 173+231+127=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE77F is #521880. Grayscale: #CACACA. Windows color (decimal): -5380225 or 8382381. OLE color: 8382381.
HSL color Cylindrical-coordinate representation of color #ADE77F: hue angle of 93.46º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE77F is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 127 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.09 |
| HSL | 93.46º | 0.68% | 0.7% | - |
| HSV(B) | 93.46º | 0.45% | 0.91% | - |
| XYZ | 49.64 | 67.57 | 30.5 | - |
| YUV | 201.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 127 | 0.25 | 0 | 0.45 | 0.09 | 93.46 | 0.68 | 0.7 |
| Hex | AD | E7 | 7F | 19 | 0 | 2D | 9 | 5D | 44 | 46 |
| Octal | 255 | 347 | 177 | 31 | 0 | 55 | 11 | 135 | 104 | 106 |
| Binary | 10101101 | 11100111 | 1111111 | 11001 | 0 | 101101 | 1001 | 1011101 | 1000100 | 1000110 |
Color Harmonies of #ADE77F
Complementary color
Monochromatic Colors of #ADE77F
Black with #ADE77F
Text Example
Text Example
White with #ADE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE77F; }
p { color: rgb(173,231,127); }
H1.HeaderClassName
{
color: #ADE77F;
}
.AnyTagClassName
{
color: #ADE77F;
}
</style>
background-color css
<style>
a { background-color: #ADE77F; }
a { background-color: rgb(173,231,127); }
div.DivClassName
{
background-color: #ADE77F;
}
.BgClassName
{
background-color: #ADE77F;
}
</style>
border-color css
<style>
span { border-color: #ADE77F; }
span { border-color: rgb(173,231,127); }
td.TdClassName
{
border-color: #ADE77F;
}
.TagClassName
{
border-color: #ADE77F;
}
</style>