Shades of Conifer #ADF365
Tints of Conifer #ADF365
RGB
CMYK
RGB Variations
Color information
#ADF365 (or 0xADF365) is known color: Conifer. HEX triplet: AD, F3 and 65. RGB value is (173,243,101). Sum of RGB (Red+Green+Blue) = 173+243+101=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF365 is #520C9A. Grayscale: #CECECE. Windows color (decimal): -5377179 or 6681517. OLE color: 6681517.
HSL color Cylindrical-coordinate representation of color #ADF365: hue angle of 89.58º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF365 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 101 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 89.58º | 0.86% | 0.67% | - |
| HSV(B) | 89.58º | 0.58% | 0.95% | - |
| XYZ | 51.63 | 73.93 | 23.86 | - |
| YUV | 205.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 101 | 0.29 | 0 | 0.58 | 0.05 | 89.58 | 0.86 | 0.67 |
| Hex | AD | F3 | 65 | 1D | 0 | 3A | 5 | 5A | 56 | 43 |
| Octal | 255 | 363 | 145 | 35 | 0 | 72 | 5 | 132 | 126 | 103 |
| Binary | 10101101 | 11110011 | 1100101 | 11101 | 0 | 111010 | 101 | 1011010 | 1010110 | 1000011 |
Color Harmonies of #ADF365
Complementary color
Monochromatic Colors of #ADF365
Black with #ADF365
Text Example
Text Example
White with #ADF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF365; }
p { color: rgb(173,243,101); }
H1.HeaderClassName
{
color: #ADF365;
}
.AnyTagClassName
{
color: #ADF365;
}
</style>
background-color css
<style>
a { background-color: #ADF365; }
a { background-color: rgb(173,243,101); }
div.DivClassName
{
background-color: #ADF365;
}
.BgClassName
{
background-color: #ADF365;
}
</style>
border-color css
<style>
span { border-color: #ADF365; }
span { border-color: rgb(173,243,101); }
td.TdClassName
{
border-color: #ADF365;
}
.TagClassName
{
border-color: #ADF365;
}
</style>