Shades of Feijoa #ADE687
Tints of Feijoa #ADE687
RGB
CMYK
RGB Variations
Color information
#ADE687 (or 0xADE687) is known color: Feijoa. HEX triplet: AD, E6 and 87. RGB value is (173,230,135). Sum of RGB (Red+Green+Blue) = 173+230+135=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE687 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE687 is #521978. Grayscale: #CACACA. Windows color (decimal): -5380473 or 8906413. OLE color: 8906413.
HSL color Cylindrical-coordinate representation of color #ADE687: hue angle of 96º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE687 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 230 | 135 | - |
CMYK | 0.25 | 0 | 0.41 | 0.10 |
HSL | 96º | 0.66% | 0.72% | - |
HSV(B) | 96º | 0.41% | 0.9% | - |
XYZ | 49.9 | 67.23 | 33.27 | - |
YUV | 202.13 | 90.12 | 107.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 135 | 0.25 | 0 | 0.41 | 0.10 | 96 | 0.66 | 0.72 |
Hex | AD | E6 | 87 | 19 | 0 | 29 | A | 60 | 42 | 48 |
Octal | 255 | 346 | 207 | 31 | 0 | 51 | 12 | 140 | 102 | 110 |
Binary | 10101101 | 11100110 | 10000111 | 11001 | 0 | 101001 | 1010 | 1100000 | 1000010 | 1001000 |
Color Harmonies of #ADE687
Complementary color
Monochromatic Colors of #ADE687
Black with #ADE687
Text Example
Text Example
White with #ADE687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE687; }
p { color: rgb(173,230,135); }
H1.HeaderClassName
{
color: #ADE687;
}
.AnyTagClassName
{
color: #ADE687;
}
</style>
background-color css
<style>
a { background-color: #ADE687; }
a { background-color: rgb(173,230,135); }
div.DivClassName
{
background-color: #ADE687;
}
.BgClassName
{
background-color: #ADE687;
}
</style>
border-color css
<style>
span { border-color: #ADE687; }
span { border-color: rgb(173,230,135); }
td.TdClassName
{
border-color: #ADE687;
}
.TagClassName
{
border-color: #ADE687;
}
</style>