Shades of Conifer #ADF463
Tints of Conifer #ADF463
RGB
CMYK
RGB Variations
Color information
#ADF463 (or 0xADF463) is known color: Conifer. HEX triplet: AD, F4 and 63. RGB value is (173,244,99). Sum of RGB (Red+Green+Blue) = 173+244+99=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF463 is #520B9C. Grayscale: #CECECE. Windows color (decimal): -5376925 or 6550701. OLE color: 6550701.
HSL color Cylindrical-coordinate representation of color #ADF463: hue angle of 89.38º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF463 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 99 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.04 |
| HSL | 89.38º | 0.87% | 0.67% | - |
| HSV(B) | 89.38º | 0.59% | 0.96% | - |
| XYZ | 51.84 | 74.49 | 23.45 | - |
| YUV | 206.24 | 67.48 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 99 | 0.29 | 0 | 0.59 | 0.04 | 89.38 | 0.87 | 0.67 |
| Hex | AD | F4 | 63 | 1D | 0 | 3B | 4 | 59 | 57 | 43 |
| Octal | 255 | 364 | 143 | 35 | 0 | 73 | 4 | 131 | 127 | 103 |
| Binary | 10101101 | 11110100 | 1100011 | 11101 | 0 | 111011 | 100 | 1011001 | 1010111 | 1000011 |
Color Harmonies of #ADF463
Complementary color
Monochromatic Colors of #ADF463
Black with #ADF463
Text Example
Text Example
White with #ADF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF463; }
p { color: rgb(173,244,99); }
H1.HeaderClassName
{
color: #ADF463;
}
.AnyTagClassName
{
color: #ADF463;
}
</style>
background-color css
<style>
a { background-color: #ADF463; }
a { background-color: rgb(173,244,99); }
div.DivClassName
{
background-color: #ADF463;
}
.BgClassName
{
background-color: #ADF463;
}
</style>
border-color css
<style>
span { border-color: #ADF463; }
span { border-color: rgb(173,244,99); }
td.TdClassName
{
border-color: #ADF463;
}
.TagClassName
{
border-color: #ADF463;
}
</style>