Shades of Feijoa #ADCF93
Tints of Feijoa #ADCF93
RGB
CMYK
RGB Variations
Color information
#ADCF93 (or 0xADCF93) is known color: Feijoa. HEX triplet: AD, CF and 93. RGB value is (173,207,147). Sum of RGB (Red+Green+Blue) = 173+207+147=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF93 is #52306C. Grayscale: #BEBEBE. Windows color (decimal): -5386349 or 9686957. OLE color: 9686957.
HSL color Cylindrical-coordinate representation of color #ADCF93: hue angle of 94º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCF93 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 147 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.19 |
| HSL | 94º | 0.38% | 0.69% | - |
| HSV(B) | 94º | 0.29% | 0.81% | - |
| XYZ | 44.81 | 55.62 | 35.98 | - |
| YUV | 189.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 147 | 0.16 | 0 | 0.29 | 0.19 | 94 | 0.38 | 0.69 |
| Hex | AD | CF | 93 | 10 | 0 | 1D | 13 | 5E | 26 | 45 |
| Octal | 255 | 317 | 223 | 20 | 0 | 35 | 23 | 136 | 46 | 105 |
| Binary | 10101101 | 11001111 | 10010011 | 10000 | 0 | 11101 | 10011 | 1011110 | 100110 | 1000101 |
Color Harmonies of #ADCF93
Complementary color
Monochromatic Colors of #ADCF93
Black with #ADCF93
Text Example
Text Example
White with #ADCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF93; }
p { color: rgb(173,207,147); }
H1.HeaderClassName
{
color: #ADCF93;
}
.AnyTagClassName
{
color: #ADCF93;
}
</style>
background-color css
<style>
a { background-color: #ADCF93; }
a { background-color: rgb(173,207,147); }
div.DivClassName
{
background-color: #ADCF93;
}
.BgClassName
{
background-color: #ADCF93;
}
</style>
border-color css
<style>
span { border-color: #ADCF93; }
span { border-color: rgb(173,207,147); }
td.TdClassName
{
border-color: #ADCF93;
}
.TagClassName
{
border-color: #ADCF93;
}
</style>