Shades of Feijoa #ADE693
Tints of Feijoa #ADE693
RGB
CMYK
RGB Variations
Color information
#ADE693 (or 0xADE693) is known color: Feijoa. HEX triplet: AD, E6 and 93. RGB value is (173,230,147). Sum of RGB (Red+Green+Blue) = 173+230+147=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE693 is #52196C. Grayscale: #CBCBCB. Windows color (decimal): -5380461 or 9692845. OLE color: 9692845.
HSL color Cylindrical-coordinate representation of color #ADE693: hue angle of 101.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE693 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 147 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.10 |
| HSL | 101.2º | 0.62% | 0.74% | - |
| HSV(B) | 101.2º | 0.36% | 0.9% | - |
| XYZ | 50.8 | 67.58 | 37.97 | - |
| YUV | 203.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 147 | 0.25 | 0 | 0.36 | 0.10 | 101.2 | 0.62 | 0.74 |
| Hex | AD | E6 | 93 | 19 | 0 | 24 | A | 65 | 3E | 4A |
| Octal | 255 | 346 | 223 | 31 | 0 | 44 | 12 | 145 | 76 | 112 |
| Binary | 10101101 | 11100110 | 10010011 | 11001 | 0 | 100100 | 1010 | 1100101 | 111110 | 1001010 |
Color Harmonies of #ADE693
Complementary color
Monochromatic Colors of #ADE693
Black with #ADE693
Text Example
Text Example
White with #ADE693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE693; }
p { color: rgb(173,230,147); }
H1.HeaderClassName
{
color: #ADE693;
}
.AnyTagClassName
{
color: #ADE693;
}
</style>
background-color css
<style>
a { background-color: #ADE693; }
a { background-color: rgb(173,230,147); }
div.DivClassName
{
background-color: #ADE693;
}
.BgClassName
{
background-color: #ADE693;
}
</style>
border-color css
<style>
span { border-color: #ADE693; }
span { border-color: rgb(173,230,147); }
td.TdClassName
{
border-color: #ADE693;
}
.TagClassName
{
border-color: #ADE693;
}
</style>