Shades of Feijoa #ADE383
Tints of Feijoa #ADE383
RGB
CMYK
RGB Variations
Color information
#ADE383 (or 0xADE383) is known color: Feijoa. HEX triplet: AD, E3 and 83. RGB value is (173,227,131). Sum of RGB (Red+Green+Blue) = 173+227+131=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE383 is #521C7C. Grayscale: #C8C8C8. Windows color (decimal): -5381245 or 8643501. OLE color: 8643501.
HSL color Cylindrical-coordinate representation of color #ADE383: hue angle of 93.75º degrees, saturation: 0.63, 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 #ADE383 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 93.75º | 0.63% | 0.7% | - |
| HSV(B) | 93.75º | 0.42% | 0.89% | - |
| XYZ | 48.8 | 65.46 | 31.54 | - |
| YUV | 199.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 131 | 0.24 | 0 | 0.42 | 0.11 | 93.75 | 0.63 | 0.7 |
| Hex | AD | E3 | 83 | 18 | 0 | 2A | B | 5E | 3F | 46 |
| Octal | 255 | 343 | 203 | 30 | 0 | 52 | 13 | 136 | 77 | 106 |
| Binary | 10101101 | 11100011 | 10000011 | 11000 | 0 | 101010 | 1011 | 1011110 | 111111 | 1000110 |
Color Harmonies of #ADE383
Complementary color
Monochromatic Colors of #ADE383
Black with #ADE383
Text Example
Text Example
White with #ADE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE383; }
p { color: rgb(173,227,131); }
H1.HeaderClassName
{
color: #ADE383;
}
.AnyTagClassName
{
color: #ADE383;
}
</style>
background-color css
<style>
a { background-color: #ADE383; }
a { background-color: rgb(173,227,131); }
div.DivClassName
{
background-color: #ADE383;
}
.BgClassName
{
background-color: #ADE383;
}
</style>
border-color css
<style>
span { border-color: #ADE383; }
span { border-color: rgb(173,227,131); }
td.TdClassName
{
border-color: #ADE383;
}
.TagClassName
{
border-color: #ADE383;
}
</style>