Shades of Conifer #ADF764
Tints of Conifer #ADF764
RGB
CMYK
RGB Variations
Color information
#ADF764 (or 0xADF764) is known color: Conifer. HEX triplet: AD, F7 and 64. RGB value is (173,247,100). Sum of RGB (Red+Green+Blue) = 173+247+100=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF764 is #52089B. Grayscale: #D0D0D0. Windows color (decimal): -5376156 or 6617005. OLE color: 6617005.
HSL color Cylindrical-coordinate representation of color #ADF764: hue angle of 90.2º degrees, saturation: 0.9, 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 #ADF764 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 100 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.03 |
| HSL | 90.2º | 0.9% | 0.68% | - |
| HSV(B) | 90.2º | 0.6% | 0.97% | - |
| XYZ | 52.79 | 76.33 | 24.01 | - |
| YUV | 208.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 100 | 0.30 | 0 | 0.60 | 0.03 | 90.2 | 0.9 | 0.68 |
| Hex | AD | F7 | 64 | 1E | 0 | 3C | 3 | 5A | 5A | 44 |
| Octal | 255 | 367 | 144 | 36 | 0 | 74 | 3 | 132 | 132 | 104 |
| Binary | 10101101 | 11110111 | 1100100 | 11110 | 0 | 111100 | 11 | 1011010 | 1011010 | 1000100 |
Color Harmonies of #ADF764
Complementary color
Monochromatic Colors of #ADF764
Black with #ADF764
Text Example
Text Example
White with #ADF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF764; }
p { color: rgb(173,247,100); }
H1.HeaderClassName
{
color: #ADF764;
}
.AnyTagClassName
{
color: #ADF764;
}
</style>
background-color css
<style>
a { background-color: #ADF764; }
a { background-color: rgb(173,247,100); }
div.DivClassName
{
background-color: #ADF764;
}
.BgClassName
{
background-color: #ADF764;
}
</style>
border-color css
<style>
span { border-color: #ADF764; }
span { border-color: rgb(173,247,100); }
td.TdClassName
{
border-color: #ADF764;
}
.TagClassName
{
border-color: #ADF764;
}
</style>