Shades of Conifer #ADF359
Tints of Conifer #ADF359
RGB
CMYK
RGB Variations
Color information
#ADF359 (or 0xADF359) is known color: Conifer. HEX triplet: AD, F3 and 59. RGB value is (173,243,89). Sum of RGB (Red+Green+Blue) = 173+243+89=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF359 is #520CA6. Grayscale: #CDCDCD. Windows color (decimal): -5377191 or 5895085. OLE color: 5895085.
HSL color Cylindrical-coordinate representation of color #ADF359: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADF359 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 89 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.05 |
| HSL | 87.27º | 0.87% | 0.65% | - |
| HSV(B) | 87.27º | 0.63% | 0.95% | - |
| XYZ | 51.09 | 73.71 | 20.99 | - |
| YUV | 204.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 89 | 0.29 | 0 | 0.63 | 0.05 | 87.27 | 0.87 | 0.65 |
| Hex | AD | F3 | 59 | 1D | 0 | 3F | 5 | 57 | 57 | 41 |
| Octal | 255 | 363 | 131 | 35 | 0 | 77 | 5 | 127 | 127 | 101 |
| Binary | 10101101 | 11110011 | 1011001 | 11101 | 0 | 111111 | 101 | 1010111 | 1010111 | 1000001 |
Color Harmonies of #ADF359
Complementary color
Monochromatic Colors of #ADF359
Black with #ADF359
Text Example
Text Example
White with #ADF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF359; }
p { color: rgb(173,243,89); }
H1.HeaderClassName
{
color: #ADF359;
}
.AnyTagClassName
{
color: #ADF359;
}
</style>
background-color css
<style>
a { background-color: #ADF359; }
a { background-color: rgb(173,243,89); }
div.DivClassName
{
background-color: #ADF359;
}
.BgClassName
{
background-color: #ADF359;
}
</style>
border-color css
<style>
span { border-color: #ADF359; }
span { border-color: rgb(173,243,89); }
td.TdClassName
{
border-color: #ADF359;
}
.TagClassName
{
border-color: #ADF359;
}
</style>