Shades of Feijoa #ADE27A
Tints of Feijoa #ADE27A
RGB
CMYK
RGB Variations
Color information
#ADE27A (or 0xADE27A) is known color: Feijoa. HEX triplet: AD, E2 and 7A. RGB value is (173,226,122). Sum of RGB (Red+Green+Blue) = 173+226+122=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE27A is #521D85. Grayscale: #C6C6C6. Windows color (decimal): -5381510 or 8053421. OLE color: 8053421.
HSL color Cylindrical-coordinate representation of color #ADE27A: hue angle of 90.58º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE27A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 122 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 90.58º | 0.64% | 0.68% | - |
| HSV(B) | 90.58º | 0.46% | 0.89% | - |
| XYZ | 47.94 | 64.68 | 28.37 | - |
| YUV | 198.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 122 | 0.23 | 0 | 0.46 | 0.11 | 90.58 | 0.64 | 0.68 |
| Hex | AD | E2 | 7A | 17 | 0 | 2E | B | 5B | 40 | 44 |
| Octal | 255 | 342 | 172 | 27 | 0 | 56 | 13 | 133 | 100 | 104 |
| Binary | 10101101 | 11100010 | 1111010 | 10111 | 0 | 101110 | 1011 | 1011011 | 1000000 | 1000100 |
Color Harmonies of #ADE27A
Complementary color
Monochromatic Colors of #ADE27A
Black with #ADE27A
Text Example
Text Example
White with #ADE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE27A; }
p { color: rgb(173,226,122); }
H1.HeaderClassName
{
color: #ADE27A;
}
.AnyTagClassName
{
color: #ADE27A;
}
</style>
background-color css
<style>
a { background-color: #ADE27A; }
a { background-color: rgb(173,226,122); }
div.DivClassName
{
background-color: #ADE27A;
}
.BgClassName
{
background-color: #ADE27A;
}
</style>
border-color css
<style>
span { border-color: #ADE27A; }
span { border-color: rgb(173,226,122); }
td.TdClassName
{
border-color: #ADE27A;
}
.TagClassName
{
border-color: #ADE27A;
}
</style>