Shades of Conifer #ADF966
Tints of Conifer #ADF966
RGB
CMYK
RGB Variations
Color information
#ADF966 (or 0xADF966) is known color: Conifer. HEX triplet: AD, F9 and 66. RGB value is (173,249,102). Sum of RGB (Red+Green+Blue) = 173+249+102=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF966 is #520699. Grayscale: #D2D2D2. Windows color (decimal): -5375642 or 6748589. OLE color: 6748589.
HSL color Cylindrical-coordinate representation of color #ADF966: hue angle of 91.02º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF966 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 102 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.02 |
| HSL | 91.02º | 0.92% | 0.69% | - |
| HSV(B) | 91.02º | 0.59% | 0.98% | - |
| XYZ | 53.51 | 77.59 | 24.73 | - |
| YUV | 209.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 102 | 0.31 | 0 | 0.59 | 0.02 | 91.02 | 0.92 | 0.69 |
| Hex | AD | F9 | 66 | 1F | 0 | 3B | 2 | 5B | 5C | 45 |
| Octal | 255 | 371 | 146 | 37 | 0 | 73 | 2 | 133 | 134 | 105 |
| Binary | 10101101 | 11111001 | 1100110 | 11111 | 0 | 111011 | 10 | 1011011 | 1011100 | 1000101 |
Color Harmonies of #ADF966
Complementary color
Monochromatic Colors of #ADF966
Black with #ADF966
Text Example
Text Example
White with #ADF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF966; }
p { color: rgb(173,249,102); }
H1.HeaderClassName
{
color: #ADF966;
}
.AnyTagClassName
{
color: #ADF966;
}
</style>
background-color css
<style>
a { background-color: #ADF966; }
a { background-color: rgb(173,249,102); }
div.DivClassName
{
background-color: #ADF966;
}
.BgClassName
{
background-color: #ADF966;
}
</style>
border-color css
<style>
span { border-color: #ADF966; }
span { border-color: rgb(173,249,102); }
td.TdClassName
{
border-color: #ADF966;
}
.TagClassName
{
border-color: #ADF966;
}
</style>