Shades of Conifer #ADF864
Tints of Conifer #ADF864
RGB
CMYK
RGB Variations
Color information
#ADF864 (or 0xADF864) is known color: Conifer. HEX triplet: AD, F8 and 64. RGB value is (173,248,100). Sum of RGB (Red+Green+Blue) = 173+248+100=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF864 is #52079B. Grayscale: #D1D1D1. Windows color (decimal): -5375900 or 6617261. OLE color: 6617261.
HSL color Cylindrical-coordinate representation of color #ADF864: hue angle of 90.41º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF864 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 100 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.03 |
| HSL | 90.41º | 0.91% | 0.68% | - |
| HSV(B) | 90.41º | 0.6% | 0.97% | - |
| XYZ | 53.1 | 76.94 | 24.11 | - |
| YUV | 208.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 100 | 0.30 | 0 | 0.60 | 0.03 | 90.41 | 0.91 | 0.68 |
| Hex | AD | F8 | 64 | 1E | 0 | 3C | 3 | 5A | 5B | 44 |
| Octal | 255 | 370 | 144 | 36 | 0 | 74 | 3 | 132 | 133 | 104 |
| Binary | 10101101 | 11111000 | 1100100 | 11110 | 0 | 111100 | 11 | 1011010 | 1011011 | 1000100 |
Color Harmonies of #ADF864
Complementary color
Monochromatic Colors of #ADF864
Black with #ADF864
Text Example
Text Example
White with #ADF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF864; }
p { color: rgb(173,248,100); }
H1.HeaderClassName
{
color: #ADF864;
}
.AnyTagClassName
{
color: #ADF864;
}
</style>
background-color css
<style>
a { background-color: #ADF864; }
a { background-color: rgb(173,248,100); }
div.DivClassName
{
background-color: #ADF864;
}
.BgClassName
{
background-color: #ADF864;
}
</style>
border-color css
<style>
span { border-color: #ADF864; }
span { border-color: rgb(173,248,100); }
td.TdClassName
{
border-color: #ADF864;
}
.TagClassName
{
border-color: #ADF864;
}
</style>