Shades of Feijoa #ADF67D
Tints of Feijoa #ADF67D
RGB
CMYK
RGB Variations
Color information
#ADF67D (or 0xADF67D) is known color: Feijoa. HEX triplet: AD, F6 and 7D. RGB value is (173,246,125). Sum of RGB (Red+Green+Blue) = 173+246+125=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67D is #520982. Grayscale: #D2D2D2. Windows color (decimal): -5376387 or 8255149. OLE color: 8255149.
HSL color Cylindrical-coordinate representation of color #ADF67D: hue angle of 96.2º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF67D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 125 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.04 |
| HSL | 96.2º | 0.87% | 0.73% | - |
| HSV(B) | 96.2º | 0.49% | 0.96% | - |
| XYZ | 53.89 | 76.28 | 31.28 | - |
| YUV | 210.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 125 | 0.30 | 0 | 0.49 | 0.04 | 96.2 | 0.87 | 0.73 |
| Hex | AD | F6 | 7D | 1E | 0 | 31 | 4 | 60 | 57 | 49 |
| Octal | 255 | 366 | 175 | 36 | 0 | 61 | 4 | 140 | 127 | 111 |
| Binary | 10101101 | 11110110 | 1111101 | 11110 | 0 | 110001 | 100 | 1100000 | 1010111 | 1001001 |
Color Harmonies of #ADF67D
Complementary color
Monochromatic Colors of #ADF67D
Black with #ADF67D
Text Example
Text Example
White with #ADF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF67D; }
p { color: rgb(173,246,125); }
H1.HeaderClassName
{
color: #ADF67D;
}
.AnyTagClassName
{
color: #ADF67D;
}
</style>
background-color css
<style>
a { background-color: #ADF67D; }
a { background-color: rgb(173,246,125); }
div.DivClassName
{
background-color: #ADF67D;
}
.BgClassName
{
background-color: #ADF67D;
}
</style>
border-color css
<style>
span { border-color: #ADF67D; }
span { border-color: rgb(173,246,125); }
td.TdClassName
{
border-color: #ADF67D;
}
.TagClassName
{
border-color: #ADF67D;
}
</style>