Shades of Conifer #ADF249
Tints of Conifer #ADF249
RGB
CMYK
RGB Variations
Color information
#ADF249 (or 0xADF249) is known color: Conifer. HEX triplet: AD, F2 and 49. RGB value is (173,242,73). Sum of RGB (Red+Green+Blue) = 173+242+73=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF249 is #520DB6. Grayscale: #CACACA. Windows color (decimal): -5377463 or 4846253. OLE color: 4846253.
HSL color Cylindrical-coordinate representation of color #ADF249: hue angle of 84.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADF249 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 73 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.05 |
| HSL | 84.5º | 0.87% | 0.62% | - |
| HSV(B) | 84.5º | 0.7% | 0.95% | - |
| XYZ | 50.19 | 72.87 | 17.72 | - |
| YUV | 202.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 73 | 0.29 | 0 | 0.70 | 0.05 | 84.5 | 0.87 | 0.62 |
| Hex | AD | F2 | 49 | 1D | 0 | 46 | 5 | 54 | 57 | 3E |
| Octal | 255 | 362 | 111 | 35 | 0 | 106 | 5 | 124 | 127 | 76 |
| Binary | 10101101 | 11110010 | 1001001 | 11101 | 0 | 1000110 | 101 | 1010100 | 1010111 | 111110 |
Color Harmonies of #ADF249
Complementary color
Monochromatic Colors of #ADF249
Black with #ADF249
Text Example
Text Example
White with #ADF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF249; }
p { color: rgb(173,242,73); }
H1.HeaderClassName
{
color: #ADF249;
}
.AnyTagClassName
{
color: #ADF249;
}
</style>
background-color css
<style>
a { background-color: #ADF249; }
a { background-color: rgb(173,242,73); }
div.DivClassName
{
background-color: #ADF249;
}
.BgClassName
{
background-color: #ADF249;
}
</style>
border-color css
<style>
span { border-color: #ADF249; }
span { border-color: rgb(173,242,73); }
td.TdClassName
{
border-color: #ADF249;
}
.TagClassName
{
border-color: #ADF249;
}
</style>