Shades of Conifer #ADF25E
Tints of Conifer #ADF25E
RGB
CMYK
RGB Variations
Color information
#ADF25E (or 0xADF25E) is known color: Conifer. HEX triplet: AD, F2 and 5E. RGB value is (173,242,94). Sum of RGB (Red+Green+Blue) = 173+242+94=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF25E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF25E is #520DA1. Grayscale: #CDCDCD. Windows color (decimal): -5377442 or 6222509. OLE color: 6222509.
HSL color Cylindrical-coordinate representation of color #ADF25E: hue angle of 87.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF25E is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 94 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.05 |
| HSL | 87.97º | 0.85% | 0.66% | - |
| HSV(B) | 87.97º | 0.61% | 0.95% | - |
| XYZ | 51.01 | 73.2 | 22.03 | - |
| YUV | 204.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 94 | 0.29 | 0 | 0.61 | 0.05 | 87.97 | 0.85 | 0.66 |
| Hex | AD | F2 | 5E | 1D | 0 | 3D | 5 | 58 | 55 | 42 |
| Octal | 255 | 362 | 136 | 35 | 0 | 75 | 5 | 130 | 125 | 102 |
| Binary | 10101101 | 11110010 | 1011110 | 11101 | 0 | 111101 | 101 | 1011000 | 1010101 | 1000010 |
Color Harmonies of #ADF25E
Complementary color
Monochromatic Colors of #ADF25E
Black with #ADF25E
Text Example
Text Example
White with #ADF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF25E; }
p { color: rgb(173,242,94); }
H1.HeaderClassName
{
color: #ADF25E;
}
.AnyTagClassName
{
color: #ADF25E;
}
</style>
background-color css
<style>
a { background-color: #ADF25E; }
a { background-color: rgb(173,242,94); }
div.DivClassName
{
background-color: #ADF25E;
}
.BgClassName
{
background-color: #ADF25E;
}
</style>
border-color css
<style>
span { border-color: #ADF25E; }
span { border-color: rgb(173,242,94); }
td.TdClassName
{
border-color: #ADF25E;
}
.TagClassName
{
border-color: #ADF25E;
}
</style>