Shades of Conifer #ADF052
Tints of Conifer #ADF052
RGB
CMYK
RGB Variations
Color information
#ADF052 (or 0xADF052) is known color: Conifer. HEX triplet: AD, F0 and 52. RGB value is (173,240,82). Sum of RGB (Red+Green+Blue) = 173+240+82=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF052 is #520FAD. Grayscale: #CACACA. Windows color (decimal): -5377966 or 5435565. OLE color: 5435565.
HSL color Cylindrical-coordinate representation of color #ADF052: hue angle of 85.44º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADF052 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 82 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.06 |
| HSL | 85.44º | 0.84% | 0.63% | - |
| HSV(B) | 85.44º | 0.66% | 0.94% | - |
| XYZ | 49.92 | 71.81 | 19.21 | - |
| YUV | 201.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 82 | 0.28 | 0 | 0.66 | 0.06 | 85.44 | 0.84 | 0.63 |
| Hex | AD | F0 | 52 | 1C | 0 | 42 | 6 | 55 | 54 | 3F |
| Octal | 255 | 360 | 122 | 34 | 0 | 102 | 6 | 125 | 124 | 77 |
| Binary | 10101101 | 11110000 | 1010010 | 11100 | 0 | 1000010 | 110 | 1010101 | 1010100 | 111111 |
Color Harmonies of #ADF052
Complementary color
Monochromatic Colors of #ADF052
Black with #ADF052
Text Example
Text Example
White with #ADF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF052; }
p { color: rgb(173,240,82); }
H1.HeaderClassName
{
color: #ADF052;
}
.AnyTagClassName
{
color: #ADF052;
}
</style>
background-color css
<style>
a { background-color: #ADF052; }
a { background-color: rgb(173,240,82); }
div.DivClassName
{
background-color: #ADF052;
}
.BgClassName
{
background-color: #ADF052;
}
</style>
border-color css
<style>
span { border-color: #ADF052; }
span { border-color: rgb(173,240,82); }
td.TdClassName
{
border-color: #ADF052;
}
.TagClassName
{
border-color: #ADF052;
}
</style>