Shades of Conifer #ADF046
Tints of Conifer #ADF046
RGB
CMYK
RGB Variations
Color information
#ADF046 (or 0xADF046) is known color: Conifer. HEX triplet: AD, F0 and 46. RGB value is (173,240,70). Sum of RGB (Red+Green+Blue) = 173+240+70=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF046 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF046 is #520FB9. Grayscale: #C9C9C9. Windows color (decimal): -5377978 or 4649133. OLE color: 4649133.
HSL color Cylindrical-coordinate representation of color #ADF046: hue angle of 83.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADF046 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 70 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.06 |
| HSL | 83.65º | 0.85% | 0.61% | - |
| HSV(B) | 83.65º | 0.71% | 0.94% | - |
| XYZ | 49.5 | 71.65 | 17.01 | - |
| YUV | 200.59 | 54.3 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 70 | 0.28 | 0 | 0.71 | 0.06 | 83.65 | 0.85 | 0.61 |
| Hex | AD | F0 | 46 | 1C | 0 | 47 | 6 | 54 | 55 | 3D |
| Octal | 255 | 360 | 106 | 34 | 0 | 107 | 6 | 124 | 125 | 75 |
| Binary | 10101101 | 11110000 | 1000110 | 11100 | 0 | 1000111 | 110 | 1010100 | 1010101 | 111101 |
Color Harmonies of #ADF046
Complementary color
Monochromatic Colors of #ADF046
Black with #ADF046
Text Example
Text Example
White with #ADF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF046; }
p { color: rgb(173,240,70); }
H1.HeaderClassName
{
color: #ADF046;
}
.AnyTagClassName
{
color: #ADF046;
}
</style>
background-color css
<style>
a { background-color: #ADF046; }
a { background-color: rgb(173,240,70); }
div.DivClassName
{
background-color: #ADF046;
}
.BgClassName
{
background-color: #ADF046;
}
</style>
border-color css
<style>
span { border-color: #ADF046; }
span { border-color: rgb(173,240,70); }
td.TdClassName
{
border-color: #ADF046;
}
.TagClassName
{
border-color: #ADF046;
}
</style>