Shades of Feijoa #ADE283
Tints of Feijoa #ADE283
RGB
CMYK
RGB Variations
Color information
#ADE283 (or 0xADE283) is known color: Feijoa. HEX triplet: AD, E2 and 83. RGB value is (173,226,131). Sum of RGB (Red+Green+Blue) = 173+226+131=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE283 is #521D7C. Grayscale: #C7C7C7. Windows color (decimal): -5381501 or 8643245. OLE color: 8643245.
HSL color Cylindrical-coordinate representation of color #ADE283: hue angle of 93.47º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE283 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 131 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.11 |
| HSL | 93.47º | 0.62% | 0.7% | - |
| HSV(B) | 93.47º | 0.42% | 0.89% | - |
| XYZ | 48.53 | 64.92 | 31.45 | - |
| YUV | 199.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 131 | 0.23 | 0 | 0.42 | 0.11 | 93.47 | 0.62 | 0.7 |
| Hex | AD | E2 | 83 | 17 | 0 | 2A | B | 5D | 3E | 46 |
| Octal | 255 | 342 | 203 | 27 | 0 | 52 | 13 | 135 | 76 | 106 |
| Binary | 10101101 | 11100010 | 10000011 | 10111 | 0 | 101010 | 1011 | 1011101 | 111110 | 1000110 |
Color Harmonies of #ADE283
Complementary color
Monochromatic Colors of #ADE283
Black with #ADE283
Text Example
Text Example
White with #ADE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE283; }
p { color: rgb(173,226,131); }
H1.HeaderClassName
{
color: #ADE283;
}
.AnyTagClassName
{
color: #ADE283;
}
</style>
background-color css
<style>
a { background-color: #ADE283; }
a { background-color: rgb(173,226,131); }
div.DivClassName
{
background-color: #ADE283;
}
.BgClassName
{
background-color: #ADE283;
}
</style>
border-color css
<style>
span { border-color: #ADE283; }
span { border-color: rgb(173,226,131); }
td.TdClassName
{
border-color: #ADE283;
}
.TagClassName
{
border-color: #ADE283;
}
</style>