Shades of Feijoa #ADF67F
Tints of Feijoa #ADF67F
RGB
CMYK
RGB Variations
Color information
#ADF67F (or 0xADF67F) is known color: Feijoa. HEX triplet: AD, F6 and 7F. RGB value is (173,246,127). Sum of RGB (Red+Green+Blue) = 173+246+127=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67F is #520980. Grayscale: #D3D3D3. Windows color (decimal): -5376385 or 8386221. OLE color: 8386221.
HSL color Cylindrical-coordinate representation of color #ADF67F: hue angle of 96.81º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF67F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 127 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.04 |
| HSL | 96.81º | 0.87% | 0.73% | - |
| HSV(B) | 96.81º | 0.48% | 0.96% | - |
| XYZ | 54.02 | 76.33 | 31.96 | - |
| YUV | 210.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 127 | 0.30 | 0 | 0.48 | 0.04 | 96.81 | 0.87 | 0.73 |
| Hex | AD | F6 | 7F | 1E | 0 | 30 | 4 | 61 | 57 | 49 |
| Octal | 255 | 366 | 177 | 36 | 0 | 60 | 4 | 141 | 127 | 111 |
| Binary | 10101101 | 11110110 | 1111111 | 11110 | 0 | 110000 | 100 | 1100001 | 1010111 | 1001001 |
Color Harmonies of #ADF67F
Complementary color
Monochromatic Colors of #ADF67F
Black with #ADF67F
Text Example
Text Example
White with #ADF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF67F; }
p { color: rgb(173,246,127); }
H1.HeaderClassName
{
color: #ADF67F;
}
.AnyTagClassName
{
color: #ADF67F;
}
</style>
background-color css
<style>
a { background-color: #ADF67F; }
a { background-color: rgb(173,246,127); }
div.DivClassName
{
background-color: #ADF67F;
}
.BgClassName
{
background-color: #ADF67F;
}
</style>
border-color css
<style>
span { border-color: #ADF67F; }
span { border-color: rgb(173,246,127); }
td.TdClassName
{
border-color: #ADF67F;
}
.TagClassName
{
border-color: #ADF67F;
}
</style>