Shades of Feijoa #ADF68A
Tints of Feijoa #ADF68A
RGB
CMYK
RGB Variations
Color information
#ADF68A (or 0xADF68A) is known color: Feijoa. HEX triplet: AD, F6 and 8A. RGB value is (173,246,138). Sum of RGB (Red+Green+Blue) = 173+246+138=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF68A is #520975. Grayscale: #D4D4D4. Windows color (decimal): -5376374 or 9107117. OLE color: 9107117.
HSL color Cylindrical-coordinate representation of color #ADF68A: hue angle of 100.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF68A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 138 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100.56º | 0.86% | 0.75% | - |
| HSV(B) | 100.56º | 0.44% | 0.96% | - |
| XYZ | 54.78 | 76.63 | 35.95 | - |
| YUV | 211.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 138 | 0.30 | 0 | 0.44 | 0.04 | 100.56 | 0.86 | 0.75 |
| Hex | AD | F6 | 8A | 1E | 0 | 2C | 4 | 65 | 56 | 4B |
| Octal | 255 | 366 | 212 | 36 | 0 | 54 | 4 | 145 | 126 | 113 |
| Binary | 10101101 | 11110110 | 10001010 | 11110 | 0 | 101100 | 100 | 1100101 | 1010110 | 1001011 |
Color Harmonies of #ADF68A
Complementary color
Monochromatic Colors of #ADF68A
Black with #ADF68A
Text Example
Text Example
White with #ADF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF68A; }
p { color: rgb(173,246,138); }
H1.HeaderClassName
{
color: #ADF68A;
}
.AnyTagClassName
{
color: #ADF68A;
}
</style>
background-color css
<style>
a { background-color: #ADF68A; }
a { background-color: rgb(173,246,138); }
div.DivClassName
{
background-color: #ADF68A;
}
.BgClassName
{
background-color: #ADF68A;
}
</style>
border-color css
<style>
span { border-color: #ADF68A; }
span { border-color: rgb(173,246,138); }
td.TdClassName
{
border-color: #ADF68A;
}
.TagClassName
{
border-color: #ADF68A;
}
</style>