Shades of Feijoa #ADF37E
Tints of Feijoa #ADF37E
RGB
CMYK
RGB Variations
Color information
#ADF37E (or 0xADF37E) is known color: Feijoa. HEX triplet: AD, F3 and 7E. RGB value is (173,243,126). Sum of RGB (Red+Green+Blue) = 173+243+126=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF37E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF37E is #520C81. Grayscale: #D1D1D1. Windows color (decimal): -5377154 or 8319917. OLE color: 8319917.
HSL color Cylindrical-coordinate representation of color #ADF37E: hue angle of 95.9º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF37E is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 126 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.05 |
| HSL | 95.9º | 0.83% | 0.72% | - |
| HSV(B) | 95.9º | 0.48% | 0.95% | - |
| XYZ | 53.05 | 74.49 | 31.32 | - |
| YUV | 208.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 126 | 0.29 | 0 | 0.48 | 0.05 | 95.9 | 0.83 | 0.72 |
| Hex | AD | F3 | 7E | 1D | 0 | 30 | 5 | 60 | 53 | 48 |
| Octal | 255 | 363 | 176 | 35 | 0 | 60 | 5 | 140 | 123 | 110 |
| Binary | 10101101 | 11110011 | 1111110 | 11101 | 0 | 110000 | 101 | 1100000 | 1010011 | 1001000 |
Color Harmonies of #ADF37E
Complementary color
Monochromatic Colors of #ADF37E
Black with #ADF37E
Text Example
Text Example
White with #ADF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF37E; }
p { color: rgb(173,243,126); }
H1.HeaderClassName
{
color: #ADF37E;
}
.AnyTagClassName
{
color: #ADF37E;
}
</style>
background-color css
<style>
a { background-color: #ADF37E; }
a { background-color: rgb(173,243,126); }
div.DivClassName
{
background-color: #ADF37E;
}
.BgClassName
{
background-color: #ADF37E;
}
</style>
border-color css
<style>
span { border-color: #ADF37E; }
span { border-color: rgb(173,243,126); }
td.TdClassName
{
border-color: #ADF37E;
}
.TagClassName
{
border-color: #ADF37E;
}
</style>