Shades of Conifer #ADFE66
Tints of Conifer #ADFE66
RGB
CMYK
RGB Variations
Color information
#ADFE66 (or 0xADFE66) is known color: Conifer. HEX triplet: AD, FE and 66. RGB value is (173,254,102). Sum of RGB (Red+Green+Blue) = 173+254+102=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE66 is #520199. Grayscale: #D4D4D4. Windows color (decimal): -5374362 or 6749869. OLE color: 6749869.
HSL color Cylindrical-coordinate representation of color #ADFE66: hue angle of 91.97º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADFE66 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 102 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.00 |
| HSL | 91.97º | 0.99% | 0.7% | - |
| HSV(B) | 91.97º | 0.6% | 1% | - |
| XYZ | 55.07 | 80.73 | 25.25 | - |
| YUV | 212.45 | 65.66 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 102 | 0.32 | 0 | 0.60 | 0.00 | 91.97 | 0.99 | 0.7 |
| Hex | AD | FE | 66 | 20 | 0 | 3C | 0 | 5C | 63 | 46 |
| Octal | 255 | 376 | 146 | 40 | 0 | 74 | 0 | 134 | 143 | 106 |
| Binary | 10101101 | 11111110 | 1100110 | 100000 | 0 | 111100 | 0 | 1011100 | 1100011 | 1000110 |
Color Harmonies of #ADFE66
Complementary color
Monochromatic Colors of #ADFE66
Black with #ADFE66
Text Example
Text Example
White with #ADFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE66; }
p { color: rgb(173,254,102); }
H1.HeaderClassName
{
color: #ADFE66;
}
.AnyTagClassName
{
color: #ADFE66;
}
</style>
background-color css
<style>
a { background-color: #ADFE66; }
a { background-color: rgb(173,254,102); }
div.DivClassName
{
background-color: #ADFE66;
}
.BgClassName
{
background-color: #ADFE66;
}
</style>
border-color css
<style>
span { border-color: #ADFE66; }
span { border-color: rgb(173,254,102); }
td.TdClassName
{
border-color: #ADFE66;
}
.TagClassName
{
border-color: #ADFE66;
}
</style>