Shades of Conifer #ADF965
Tints of Conifer #ADF965
RGB
CMYK
RGB Variations
Color information
#ADF965 (or 0xADF965) is known color: Conifer. HEX triplet: AD, F9 and 65. RGB value is (173,249,101). Sum of RGB (Red+Green+Blue) = 173+249+101=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF965 is #52069A. Grayscale: #D1D1D1. Windows color (decimal): -5375643 or 6683053. OLE color: 6683053.
HSL color Cylindrical-coordinate representation of color #ADF965: hue angle of 90.81º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF965 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 101 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.02 |
| HSL | 90.81º | 0.93% | 0.69% | - |
| HSV(B) | 90.81º | 0.59% | 0.98% | - |
| XYZ | 53.46 | 77.58 | 24.47 | - |
| YUV | 209.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 101 | 0.31 | 0 | 0.59 | 0.02 | 90.81 | 0.93 | 0.69 |
| Hex | AD | F9 | 65 | 1F | 0 | 3B | 2 | 5B | 5C | 45 |
| Octal | 255 | 371 | 145 | 37 | 0 | 73 | 2 | 133 | 134 | 105 |
| Binary | 10101101 | 11111001 | 1100101 | 11111 | 0 | 111011 | 10 | 1011011 | 1011100 | 1000101 |
Color Harmonies of #ADF965
Complementary color
Monochromatic Colors of #ADF965
Black with #ADF965
Text Example
Text Example
White with #ADF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF965; }
p { color: rgb(173,249,101); }
H1.HeaderClassName
{
color: #ADF965;
}
.AnyTagClassName
{
color: #ADF965;
}
</style>
background-color css
<style>
a { background-color: #ADF965; }
a { background-color: rgb(173,249,101); }
div.DivClassName
{
background-color: #ADF965;
}
.BgClassName
{
background-color: #ADF965;
}
</style>
border-color css
<style>
span { border-color: #ADF965; }
span { border-color: rgb(173,249,101); }
td.TdClassName
{
border-color: #ADF965;
}
.TagClassName
{
border-color: #ADF965;
}
</style>