Shades of Feijoa #ADF37C
Tints of Feijoa #ADF37C
RGB
CMYK
RGB Variations
Color information
#ADF37C (or 0xADF37C) is known color: Feijoa. HEX triplet: AD, F3 and 7C. RGB value is (173,243,124). Sum of RGB (Red+Green+Blue) = 173+243+124=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF37C is #520C83. Grayscale: #D0D0D0. Windows color (decimal): -5377156 or 8188845. OLE color: 8188845.
HSL color Cylindrical-coordinate representation of color #ADF37C: hue angle of 95.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF37C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 124 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.29º | 0.83% | 0.72% | - |
| HSV(B) | 95.29º | 0.49% | 0.95% | - |
| XYZ | 52.92 | 74.44 | 30.65 | - |
| YUV | 208.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 124 | 0.29 | 0 | 0.49 | 0.05 | 95.29 | 0.83 | 0.72 |
| Hex | AD | F3 | 7C | 1D | 0 | 31 | 5 | 5F | 53 | 48 |
| Octal | 255 | 363 | 174 | 35 | 0 | 61 | 5 | 137 | 123 | 110 |
| Binary | 10101101 | 11110011 | 1111100 | 11101 | 0 | 110001 | 101 | 1011111 | 1010011 | 1001000 |
Color Harmonies of #ADF37C
Complementary color
Monochromatic Colors of #ADF37C
Black with #ADF37C
Text Example
Text Example
White with #ADF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF37C; }
p { color: rgb(173,243,124); }
H1.HeaderClassName
{
color: #ADF37C;
}
.AnyTagClassName
{
color: #ADF37C;
}
</style>
background-color css
<style>
a { background-color: #ADF37C; }
a { background-color: rgb(173,243,124); }
div.DivClassName
{
background-color: #ADF37C;
}
.BgClassName
{
background-color: #ADF37C;
}
</style>
border-color css
<style>
span { border-color: #ADF37C; }
span { border-color: rgb(173,243,124); }
td.TdClassName
{
border-color: #ADF37C;
}
.TagClassName
{
border-color: #ADF37C;
}
</style>