Shades of Feijoa #ADF67C
Tints of Feijoa #ADF67C
RGB
CMYK
RGB Variations
Color information
#ADF67C (or 0xADF67C) is known color: Feijoa. HEX triplet: AD, F6 and 7C. RGB value is (173,246,124). Sum of RGB (Red+Green+Blue) = 173+246+124=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67C is #520983. Grayscale: #D2D2D2. Windows color (decimal): -5376388 or 8189613. OLE color: 8189613.
HSL color Cylindrical-coordinate representation of color #ADF67C: hue angle of 95.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF67C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 124 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.04 |
| HSL | 95.9º | 0.87% | 0.73% | - |
| HSV(B) | 95.9º | 0.5% | 0.96% | - |
| XYZ | 53.83 | 76.25 | 30.95 | - |
| YUV | 210.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 124 | 0.30 | 0 | 0.50 | 0.04 | 95.9 | 0.87 | 0.73 |
| Hex | AD | F6 | 7C | 1E | 0 | 32 | 4 | 60 | 57 | 49 |
| Octal | 255 | 366 | 174 | 36 | 0 | 62 | 4 | 140 | 127 | 111 |
| Binary | 10101101 | 11110110 | 1111100 | 11110 | 0 | 110010 | 100 | 1100000 | 1010111 | 1001001 |
Color Harmonies of #ADF67C
Complementary color
Monochromatic Colors of #ADF67C
Black with #ADF67C
Text Example
Text Example
White with #ADF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF67C; }
p { color: rgb(173,246,124); }
H1.HeaderClassName
{
color: #ADF67C;
}
.AnyTagClassName
{
color: #ADF67C;
}
</style>
background-color css
<style>
a { background-color: #ADF67C; }
a { background-color: rgb(173,246,124); }
div.DivClassName
{
background-color: #ADF67C;
}
.BgClassName
{
background-color: #ADF67C;
}
</style>
border-color css
<style>
span { border-color: #ADF67C; }
span { border-color: rgb(173,246,124); }
td.TdClassName
{
border-color: #ADF67C;
}
.TagClassName
{
border-color: #ADF67C;
}
</style>