Shades of Feijoa #ADE27B
Tints of Feijoa #ADE27B
RGB
CMYK
RGB Variations
Color information
#ADE27B (or 0xADE27B) is known color: Feijoa. HEX triplet: AD, E2 and 7B. RGB value is (173,226,123). Sum of RGB (Red+Green+Blue) = 173+226+123=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE27B is #521D84. Grayscale: #C6C6C6. Windows color (decimal): -5381509 or 8118957. OLE color: 8118957.
HSL color Cylindrical-coordinate representation of color #ADE27B: hue angle of 90.87º 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 #ADE27B is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 123 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 90.87º | 0.64% | 0.68% | - |
| HSV(B) | 90.87º | 0.46% | 0.89% | - |
| XYZ | 48.01 | 64.71 | 28.7 | - |
| YUV | 198.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 123 | 0.23 | 0 | 0.46 | 0.11 | 90.87 | 0.64 | 0.68 |
| Hex | AD | E2 | 7B | 17 | 0 | 2E | B | 5B | 40 | 44 |
| Octal | 255 | 342 | 173 | 27 | 0 | 56 | 13 | 133 | 100 | 104 |
| Binary | 10101101 | 11100010 | 1111011 | 10111 | 0 | 101110 | 1011 | 1011011 | 1000000 | 1000100 |
Color Harmonies of #ADE27B
Complementary color
Monochromatic Colors of #ADE27B
Black with #ADE27B
Text Example
Text Example
White with #ADE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE27B; }
p { color: rgb(173,226,123); }
H1.HeaderClassName
{
color: #ADE27B;
}
.AnyTagClassName
{
color: #ADE27B;
}
</style>
background-color css
<style>
a { background-color: #ADE27B; }
a { background-color: rgb(173,226,123); }
div.DivClassName
{
background-color: #ADE27B;
}
.BgClassName
{
background-color: #ADE27B;
}
</style>
border-color css
<style>
span { border-color: #ADE27B; }
span { border-color: rgb(173,226,123); }
td.TdClassName
{
border-color: #ADE27B;
}
.TagClassName
{
border-color: #ADE27B;
}
</style>