Shades of Feijoa #ADF276
Tints of Feijoa #ADF276
RGB
CMYK
RGB Variations
Color information
#ADF276 (or 0xADF276) is known color: Feijoa. HEX triplet: AD, F2 and 76. RGB value is (173,242,118). Sum of RGB (Red+Green+Blue) = 173+242+118=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF276 is #520D89. Grayscale: #CFCFCF. Windows color (decimal): -5377418 or 7795373. OLE color: 7795373.
HSL color Cylindrical-coordinate representation of color #ADF276: hue angle of 93.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF276 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 118 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.05 |
| HSL | 93.39º | 0.83% | 0.71% | - |
| HSV(B) | 93.39º | 0.51% | 0.95% | - |
| XYZ | 52.26 | 73.7 | 28.61 | - |
| YUV | 207.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 118 | 0.29 | 0 | 0.51 | 0.05 | 93.39 | 0.83 | 0.71 |
| Hex | AD | F2 | 76 | 1D | 0 | 33 | 5 | 5D | 53 | 47 |
| Octal | 255 | 362 | 166 | 35 | 0 | 63 | 5 | 135 | 123 | 107 |
| Binary | 10101101 | 11110010 | 1110110 | 11101 | 0 | 110011 | 101 | 1011101 | 1010011 | 1000111 |
Color Harmonies of #ADF276
Complementary color
Monochromatic Colors of #ADF276
Black with #ADF276
Text Example
Text Example
White with #ADF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF276; }
p { color: rgb(173,242,118); }
H1.HeaderClassName
{
color: #ADF276;
}
.AnyTagClassName
{
color: #ADF276;
}
</style>
background-color css
<style>
a { background-color: #ADF276; }
a { background-color: rgb(173,242,118); }
div.DivClassName
{
background-color: #ADF276;
}
.BgClassName
{
background-color: #ADF276;
}
</style>
border-color css
<style>
span { border-color: #ADF276; }
span { border-color: rgb(173,242,118); }
td.TdClassName
{
border-color: #ADF276;
}
.TagClassName
{
border-color: #ADF276;
}
</style>