Shades of Conifer #ADF366
Tints of Conifer #ADF366
RGB
CMYK
RGB Variations
Color information
#ADF366 (or 0xADF366) is known color: Conifer. HEX triplet: AD, F3 and 66. RGB value is (173,243,102). Sum of RGB (Red+Green+Blue) = 173+243+102=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF366 is #520C99. Grayscale: #CECECE. Windows color (decimal): -5377178 or 6747053. OLE color: 6747053.
HSL color Cylindrical-coordinate representation of color #ADF366: hue angle of 89.79º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF366 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 102 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 89.79º | 0.85% | 0.68% | - |
| HSV(B) | 89.79º | 0.58% | 0.95% | - |
| XYZ | 51.68 | 73.94 | 24.12 | - |
| YUV | 206 | 69.31 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 102 | 0.29 | 0 | 0.58 | 0.05 | 89.79 | 0.85 | 0.68 |
| Hex | AD | F3 | 66 | 1D | 0 | 3A | 5 | 5A | 55 | 44 |
| Octal | 255 | 363 | 146 | 35 | 0 | 72 | 5 | 132 | 125 | 104 |
| Binary | 10101101 | 11110011 | 1100110 | 11101 | 0 | 111010 | 101 | 1011010 | 1010101 | 1000100 |
Color Harmonies of #ADF366
Complementary color
Monochromatic Colors of #ADF366
Black with #ADF366
Text Example
Text Example
White with #ADF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF366; }
p { color: rgb(173,243,102); }
H1.HeaderClassName
{
color: #ADF366;
}
.AnyTagClassName
{
color: #ADF366;
}
</style>
background-color css
<style>
a { background-color: #ADF366; }
a { background-color: rgb(173,243,102); }
div.DivClassName
{
background-color: #ADF366;
}
.BgClassName
{
background-color: #ADF366;
}
</style>
border-color css
<style>
span { border-color: #ADF366; }
span { border-color: rgb(173,243,102); }
td.TdClassName
{
border-color: #ADF366;
}
.TagClassName
{
border-color: #ADF366;
}
</style>