Shades of Conifer #ADF464
Tints of Conifer #ADF464
RGB
CMYK
RGB Variations
Color information
#ADF464 (or 0xADF464) is known color: Conifer. HEX triplet: AD, F4 and 64. RGB value is (173,244,100). Sum of RGB (Red+Green+Blue) = 173+244+100=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF464 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF464 is #520B9B. Grayscale: #CECECE. Windows color (decimal): -5376924 or 6616237. OLE color: 6616237.
HSL color Cylindrical-coordinate representation of color #ADF464: hue angle of 89.58º 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 #ADF464 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 100 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.04 |
| HSL | 89.58º | 0.87% | 0.67% | - |
| HSV(B) | 89.58º | 0.59% | 0.96% | - |
| XYZ | 51.88 | 74.51 | 23.7 | - |
| YUV | 206.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 100 | 0.29 | 0 | 0.59 | 0.04 | 89.58 | 0.87 | 0.67 |
| Hex | AD | F4 | 64 | 1D | 0 | 3B | 4 | 5A | 57 | 43 |
| Octal | 255 | 364 | 144 | 35 | 0 | 73 | 4 | 132 | 127 | 103 |
| Binary | 10101101 | 11110100 | 1100100 | 11101 | 0 | 111011 | 100 | 1011010 | 1010111 | 1000011 |
Color Harmonies of #ADF464
Complementary color
Monochromatic Colors of #ADF464
Black with #ADF464
Text Example
Text Example
White with #ADF464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF464; }
p { color: rgb(173,244,100); }
H1.HeaderClassName
{
color: #ADF464;
}
.AnyTagClassName
{
color: #ADF464;
}
</style>
background-color css
<style>
a { background-color: #ADF464; }
a { background-color: rgb(173,244,100); }
div.DivClassName
{
background-color: #ADF464;
}
.BgClassName
{
background-color: #ADF464;
}
</style>
border-color css
<style>
span { border-color: #ADF464; }
span { border-color: rgb(173,244,100); }
td.TdClassName
{
border-color: #ADF464;
}
.TagClassName
{
border-color: #ADF464;
}
</style>