Shades of Conifer #ADF352
Tints of Conifer #ADF352
RGB
CMYK
RGB Variations
Color information
#ADF352 (or 0xADF352) is known color: Conifer. HEX triplet: AD, F3 and 52. RGB value is (173,243,82). Sum of RGB (Red+Green+Blue) = 173+243+82=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF352 is #520CAD. Grayscale: #CCCCCC. Windows color (decimal): -5377198 or 5436333. OLE color: 5436333.
HSL color Cylindrical-coordinate representation of color #ADF352: hue angle of 86.09º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADF352 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 82 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.09º | 0.87% | 0.64% | - |
| HSV(B) | 86.09º | 0.66% | 0.95% | - |
| XYZ | 50.81 | 73.59 | 19.51 | - |
| YUV | 203.72 | 59.31 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 82 | 0.29 | 0 | 0.66 | 0.05 | 86.09 | 0.87 | 0.64 |
| Hex | AD | F3 | 52 | 1D | 0 | 42 | 5 | 56 | 57 | 40 |
| Octal | 255 | 363 | 122 | 35 | 0 | 102 | 5 | 126 | 127 | 100 |
| Binary | 10101101 | 11110011 | 1010010 | 11101 | 0 | 1000010 | 101 | 1010110 | 1010111 | 1000000 |
Color Harmonies of #ADF352
Complementary color
Monochromatic Colors of #ADF352
Black with #ADF352
Text Example
Text Example
White with #ADF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF352; }
p { color: rgb(173,243,82); }
H1.HeaderClassName
{
color: #ADF352;
}
.AnyTagClassName
{
color: #ADF352;
}
</style>
background-color css
<style>
a { background-color: #ADF352; }
a { background-color: rgb(173,243,82); }
div.DivClassName
{
background-color: #ADF352;
}
.BgClassName
{
background-color: #ADF352;
}
</style>
border-color css
<style>
span { border-color: #ADF352; }
span { border-color: rgb(173,243,82); }
td.TdClassName
{
border-color: #ADF352;
}
.TagClassName
{
border-color: #ADF352;
}
</style>