Shades of Conifer #ADF569
Tints of Conifer #ADF569
RGB
CMYK
RGB Variations
Color information
#ADF569 (or 0xADF569) is known color: Conifer. HEX triplet: AD, F5 and 69. RGB value is (173,245,105). Sum of RGB (Red+Green+Blue) = 173+245+105=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF569 is #520A96. Grayscale: #D0D0D0. Windows color (decimal): -5376663 or 6944173. OLE color: 6944173.
HSL color Cylindrical-coordinate representation of color #ADF569: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF569 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 105 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.04 |
| HSL | 90.86º | 0.88% | 0.69% | - |
| HSV(B) | 90.86º | 0.57% | 0.96% | - |
| XYZ | 52.44 | 75.21 | 25.12 | - |
| YUV | 207.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 105 | 0.29 | 0 | 0.57 | 0.04 | 90.86 | 0.88 | 0.69 |
| Hex | AD | F5 | 69 | 1D | 0 | 39 | 4 | 5B | 58 | 45 |
| Octal | 255 | 365 | 151 | 35 | 0 | 71 | 4 | 133 | 130 | 105 |
| Binary | 10101101 | 11110101 | 1101001 | 11101 | 0 | 111001 | 100 | 1011011 | 1011000 | 1000101 |
Color Harmonies of #ADF569
Complementary color
Monochromatic Colors of #ADF569
Black with #ADF569
Text Example
Text Example
White with #ADF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF569; }
p { color: rgb(173,245,105); }
H1.HeaderClassName
{
color: #ADF569;
}
.AnyTagClassName
{
color: #ADF569;
}
</style>
background-color css
<style>
a { background-color: #ADF569; }
a { background-color: rgb(173,245,105); }
div.DivClassName
{
background-color: #ADF569;
}
.BgClassName
{
background-color: #ADF569;
}
</style>
border-color css
<style>
span { border-color: #ADF569; }
span { border-color: rgb(173,245,105); }
td.TdClassName
{
border-color: #ADF569;
}
.TagClassName
{
border-color: #ADF569;
}
</style>