Shades of Feijoa #ADE27D
Tints of Feijoa #ADE27D
RGB
CMYK
RGB Variations
Color information
#ADE27D (or 0xADE27D) is known color: Feijoa. HEX triplet: AD, E2 and 7D. RGB value is (173,226,125). Sum of RGB (Red+Green+Blue) = 173+226+125=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE27D is #521D82. Grayscale: #C6C6C6. Windows color (decimal): -5381507 or 8250029. OLE color: 8250029.
HSL color Cylindrical-coordinate representation of color #ADE27D: hue angle of 91.49º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE27D is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 125 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.11 |
| HSL | 91.49º | 0.64% | 0.69% | - |
| HSV(B) | 91.49º | 0.45% | 0.89% | - |
| XYZ | 48.13 | 64.76 | 29.36 | - |
| YUV | 198.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 125 | 0.23 | 0 | 0.45 | 0.11 | 91.49 | 0.64 | 0.69 |
| Hex | AD | E2 | 7D | 17 | 0 | 2D | B | 5B | 40 | 45 |
| Octal | 255 | 342 | 175 | 27 | 0 | 55 | 13 | 133 | 100 | 105 |
| Binary | 10101101 | 11100010 | 1111101 | 10111 | 0 | 101101 | 1011 | 1011011 | 1000000 | 1000101 |
Color Harmonies of #ADE27D
Complementary color
Monochromatic Colors of #ADE27D
Black with #ADE27D
Text Example
Text Example
White with #ADE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE27D; }
p { color: rgb(173,226,125); }
H1.HeaderClassName
{
color: #ADE27D;
}
.AnyTagClassName
{
color: #ADE27D;
}
</style>
background-color css
<style>
a { background-color: #ADE27D; }
a { background-color: rgb(173,226,125); }
div.DivClassName
{
background-color: #ADE27D;
}
.BgClassName
{
background-color: #ADE27D;
}
</style>
border-color css
<style>
span { border-color: #ADE27D; }
span { border-color: rgb(173,226,125); }
td.TdClassName
{
border-color: #ADE27D;
}
.TagClassName
{
border-color: #ADE27D;
}
</style>