Shades of Feijoa #ADE67F
Tints of Feijoa #ADE67F
RGB
CMYK
RGB Variations
Color information
#ADE67F (or 0xADE67F) is known color: Feijoa. HEX triplet: AD, E6 and 7F. RGB value is (173,230,127). Sum of RGB (Red+Green+Blue) = 173+230+127=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE67F is #521980. Grayscale: #C9C9C9. Windows color (decimal): -5380481 or 8382125. OLE color: 8382125.
HSL color Cylindrical-coordinate representation of color #ADE67F: hue angle of 93.2º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE67F is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 127 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.10 |
| HSL | 93.2º | 0.67% | 0.7% | - |
| HSV(B) | 93.2º | 0.45% | 0.9% | - |
| XYZ | 49.36 | 67.01 | 30.41 | - |
| YUV | 201.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 127 | 0.25 | 0 | 0.45 | 0.10 | 93.2 | 0.67 | 0.7 |
| Hex | AD | E6 | 7F | 19 | 0 | 2D | A | 5D | 43 | 46 |
| Octal | 255 | 346 | 177 | 31 | 0 | 55 | 12 | 135 | 103 | 106 |
| Binary | 10101101 | 11100110 | 1111111 | 11001 | 0 | 101101 | 1010 | 1011101 | 1000011 | 1000110 |
Color Harmonies of #ADE67F
Complementary color
Monochromatic Colors of #ADE67F
Black with #ADE67F
Text Example
Text Example
White with #ADE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE67F; }
p { color: rgb(173,230,127); }
H1.HeaderClassName
{
color: #ADE67F;
}
.AnyTagClassName
{
color: #ADE67F;
}
</style>
background-color css
<style>
a { background-color: #ADE67F; }
a { background-color: rgb(173,230,127); }
div.DivClassName
{
background-color: #ADE67F;
}
.BgClassName
{
background-color: #ADE67F;
}
</style>
border-color css
<style>
span { border-color: #ADE67F; }
span { border-color: rgb(173,230,127); }
td.TdClassName
{
border-color: #ADE67F;
}
.TagClassName
{
border-color: #ADE67F;
}
</style>