Shades of Feijoa #ADE57B
Tints of Feijoa #ADE57B
RGB
CMYK
RGB Variations
Color information
#ADE57B (or 0xADE57B) is known color: Feijoa. HEX triplet: AD, E5 and 7B. RGB value is (173,229,123). Sum of RGB (Red+Green+Blue) = 173+229+123=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE57B is #521A84. Grayscale: #C8C8C8. Windows color (decimal): -5380741 or 8119725. OLE color: 8119725.
HSL color Cylindrical-coordinate representation of color #ADE57B: hue angle of 91.7º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE57B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 123 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.10 |
| HSL | 91.7º | 0.67% | 0.69% | - |
| HSV(B) | 91.7º | 0.46% | 0.9% | - |
| XYZ | 48.83 | 66.35 | 28.97 | - |
| YUV | 200.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 123 | 0.24 | 0 | 0.46 | 0.10 | 91.7 | 0.67 | 0.69 |
| Hex | AD | E5 | 7B | 18 | 0 | 2E | A | 5C | 43 | 45 |
| Octal | 255 | 345 | 173 | 30 | 0 | 56 | 12 | 134 | 103 | 105 |
| Binary | 10101101 | 11100101 | 1111011 | 11000 | 0 | 101110 | 1010 | 1011100 | 1000011 | 1000101 |
Color Harmonies of #ADE57B
Complementary color
Monochromatic Colors of #ADE57B
Black with #ADE57B
Text Example
Text Example
White with #ADE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE57B; }
p { color: rgb(173,229,123); }
H1.HeaderClassName
{
color: #ADE57B;
}
.AnyTagClassName
{
color: #ADE57B;
}
</style>
background-color css
<style>
a { background-color: #ADE57B; }
a { background-color: rgb(173,229,123); }
div.DivClassName
{
background-color: #ADE57B;
}
.BgClassName
{
background-color: #ADE57B;
}
</style>
border-color css
<style>
span { border-color: #ADE57B; }
span { border-color: rgb(173,229,123); }
td.TdClassName
{
border-color: #ADE57B;
}
.TagClassName
{
border-color: #ADE57B;
}
</style>