Shades of Conifer #ADF859
Tints of Conifer #ADF859
RGB
CMYK
RGB Variations
Color information
#ADF859 (or 0xADF859) is known color: Conifer. HEX triplet: AD, F8 and 59. RGB value is (173,248,89). Sum of RGB (Red+Green+Blue) = 173+248+89=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF859 is #5207A6. Grayscale: #D0D0D0. Windows color (decimal): -5375911 or 5896365. OLE color: 5896365.
HSL color Cylindrical-coordinate representation of color #ADF859: hue angle of 88.3º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF859 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 89 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.03 |
| HSL | 88.3º | 0.92% | 0.66% | - |
| HSV(B) | 88.3º | 0.64% | 0.97% | - |
| XYZ | 52.6 | 76.74 | 21.49 | - |
| YUV | 207.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 89 | 0.30 | 0 | 0.64 | 0.03 | 88.3 | 0.92 | 0.66 |
| Hex | AD | F8 | 59 | 1E | 0 | 40 | 3 | 58 | 5C | 42 |
| Octal | 255 | 370 | 131 | 36 | 0 | 100 | 3 | 130 | 134 | 102 |
| Binary | 10101101 | 11111000 | 1011001 | 11110 | 0 | 1000000 | 11 | 1011000 | 1011100 | 1000010 |
Color Harmonies of #ADF859
Complementary color
Monochromatic Colors of #ADF859
Black with #ADF859
Text Example
Text Example
White with #ADF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF859; }
p { color: rgb(173,248,89); }
H1.HeaderClassName
{
color: #ADF859;
}
.AnyTagClassName
{
color: #ADF859;
}
</style>
background-color css
<style>
a { background-color: #ADF859; }
a { background-color: rgb(173,248,89); }
div.DivClassName
{
background-color: #ADF859;
}
.BgClassName
{
background-color: #ADF859;
}
</style>
border-color css
<style>
span { border-color: #ADF859; }
span { border-color: rgb(173,248,89); }
td.TdClassName
{
border-color: #ADF859;
}
.TagClassName
{
border-color: #ADF859;
}
</style>