Shades of Conifer #ADF763
Tints of Conifer #ADF763
RGB
CMYK
RGB Variations
Color information
#ADF763 (or 0xADF763) is known color: Conifer. HEX triplet: AD, F7 and 63. RGB value is (173,247,99). Sum of RGB (Red+Green+Blue) = 173+247+99=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF763 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF763 is #52089C. Grayscale: #D0D0D0. Windows color (decimal): -5376157 or 6551469. OLE color: 6551469.
HSL color Cylindrical-coordinate representation of color #ADF763: hue angle of 90º 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 #ADF763 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 99 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.03 |
| HSL | 90º | 0.9% | 0.68% | - |
| HSV(B) | 90º | 0.6% | 0.97% | - |
| XYZ | 52.75 | 76.31 | 23.75 | - |
| YUV | 208 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 99 | 0.30 | 0 | 0.60 | 0.03 | 90 | 0.9 | 0.68 |
| Hex | AD | F7 | 63 | 1E | 0 | 3C | 3 | 5A | 5A | 44 |
| Octal | 255 | 367 | 143 | 36 | 0 | 74 | 3 | 132 | 132 | 104 |
| Binary | 10101101 | 11110111 | 1100011 | 11110 | 0 | 111100 | 11 | 1011010 | 1011010 | 1000100 |
Color Harmonies of #ADF763
Complementary color
Monochromatic Colors of #ADF763
Black with #ADF763
Text Example
Text Example
White with #ADF763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF763; }
p { color: rgb(173,247,99); }
H1.HeaderClassName
{
color: #ADF763;
}
.AnyTagClassName
{
color: #ADF763;
}
</style>
background-color css
<style>
a { background-color: #ADF763; }
a { background-color: rgb(173,247,99); }
div.DivClassName
{
background-color: #ADF763;
}
.BgClassName
{
background-color: #ADF763;
}
</style>
border-color css
<style>
span { border-color: #ADF763; }
span { border-color: rgb(173,247,99); }
td.TdClassName
{
border-color: #ADF763;
}
.TagClassName
{
border-color: #ADF763;
}
</style>