Shades of Feijoa #ADCF8A
Tints of Feijoa #ADCF8A
RGB
CMYK
RGB Variations
Color information
#ADCF8A (or 0xADCF8A) is known color: Feijoa. HEX triplet: AD, CF and 8A. RGB value is (173,207,138). Sum of RGB (Red+Green+Blue) = 173+207+138=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF8A is #523075. Grayscale: #BDBDBD. Windows color (decimal): -5386358 or 9097133. OLE color: 9097133.
HSL color Cylindrical-coordinate representation of color #ADCF8A: hue angle of 89.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADCF8A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 138 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.19 |
| HSL | 89.57º | 0.42% | 0.68% | - |
| HSV(B) | 89.57º | 0.33% | 0.81% | - |
| XYZ | 44.13 | 55.34 | 32.4 | - |
| YUV | 188.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 138 | 0.16 | 0 | 0.33 | 0.19 | 89.57 | 0.42 | 0.68 |
| Hex | AD | CF | 8A | 10 | 0 | 21 | 13 | 5A | 2A | 44 |
| Octal | 255 | 317 | 212 | 20 | 0 | 41 | 23 | 132 | 52 | 104 |
| Binary | 10101101 | 11001111 | 10001010 | 10000 | 0 | 100001 | 10011 | 1011010 | 101010 | 1000100 |
Color Harmonies of #ADCF8A
Complementary color
Monochromatic Colors of #ADCF8A
Black with #ADCF8A
Text Example
Text Example
White with #ADCF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF8A; }
p { color: rgb(173,207,138); }
H1.HeaderClassName
{
color: #ADCF8A;
}
.AnyTagClassName
{
color: #ADCF8A;
}
</style>
background-color css
<style>
a { background-color: #ADCF8A; }
a { background-color: rgb(173,207,138); }
div.DivClassName
{
background-color: #ADCF8A;
}
.BgClassName
{
background-color: #ADCF8A;
}
</style>
border-color css
<style>
span { border-color: #ADCF8A; }
span { border-color: rgb(173,207,138); }
td.TdClassName
{
border-color: #ADCF8A;
}
.TagClassName
{
border-color: #ADCF8A;
}
</style>