Shades of Feijoa #ADE27F
Tints of Feijoa #ADE27F
RGB
CMYK
RGB Variations
Color information
#ADE27F (or 0xADE27F) is known color: Feijoa. HEX triplet: AD, E2 and 7F. RGB value is (173,226,127). Sum of RGB (Red+Green+Blue) = 173+226+127=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE27F is #521D80. Grayscale: #C7C7C7. Windows color (decimal): -5381505 or 8381101. OLE color: 8381101.
HSL color Cylindrical-coordinate representation of color #ADE27F: hue angle of 92.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE27F is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 127 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.11 |
| HSL | 92.12º | 0.63% | 0.69% | - |
| HSV(B) | 92.12º | 0.44% | 0.89% | - |
| XYZ | 48.26 | 64.81 | 30.04 | - |
| YUV | 198.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 127 | 0.23 | 0 | 0.44 | 0.11 | 92.12 | 0.63 | 0.69 |
| Hex | AD | E2 | 7F | 17 | 0 | 2C | B | 5C | 3F | 45 |
| Octal | 255 | 342 | 177 | 27 | 0 | 54 | 13 | 134 | 77 | 105 |
| Binary | 10101101 | 11100010 | 1111111 | 10111 | 0 | 101100 | 1011 | 1011100 | 111111 | 1000101 |
Color Harmonies of #ADE27F
Complementary color
Monochromatic Colors of #ADE27F
Black with #ADE27F
Text Example
Text Example
White with #ADE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE27F; }
p { color: rgb(173,226,127); }
H1.HeaderClassName
{
color: #ADE27F;
}
.AnyTagClassName
{
color: #ADE27F;
}
</style>
background-color css
<style>
a { background-color: #ADE27F; }
a { background-color: rgb(173,226,127); }
div.DivClassName
{
background-color: #ADE27F;
}
.BgClassName
{
background-color: #ADE27F;
}
</style>
border-color css
<style>
span { border-color: #ADE27F; }
span { border-color: rgb(173,226,127); }
td.TdClassName
{
border-color: #ADE27F;
}
.TagClassName
{
border-color: #ADE27F;
}
</style>