Shades of Conifer #ADFC59
Tints of Conifer #ADFC59
RGB
CMYK
RGB Variations
Color information
#ADFC59 (or 0xADFC59) is known color: Conifer. HEX triplet: AD, FC and 59. RGB value is (173,252,89). Sum of RGB (Red+Green+Blue) = 173+252+89=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC59 is #5203A6. Grayscale: #D2D2D2. Windows color (decimal): -5374887 or 5897389. OLE color: 5897389.
HSL color Cylindrical-coordinate representation of color #ADFC59: hue angle of 89.08º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADFC59 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 89 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.01 |
| HSL | 89.08º | 0.96% | 0.67% | - |
| HSV(B) | 89.08º | 0.65% | 0.99% | - |
| XYZ | 53.85 | 79.23 | 21.91 | - |
| YUV | 209.8 | 59.83 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 89 | 0.31 | 0 | 0.65 | 0.01 | 89.08 | 0.96 | 0.67 |
| Hex | AD | FC | 59 | 1F | 0 | 41 | 1 | 59 | 60 | 43 |
| Octal | 255 | 374 | 131 | 37 | 0 | 101 | 1 | 131 | 140 | 103 |
| Binary | 10101101 | 11111100 | 1011001 | 11111 | 0 | 1000001 | 1 | 1011001 | 1100000 | 1000011 |
Color Harmonies of #ADFC59
Complementary color
Monochromatic Colors of #ADFC59
Black with #ADFC59
Text Example
Text Example
White with #ADFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC59; }
p { color: rgb(173,252,89); }
H1.HeaderClassName
{
color: #ADFC59;
}
.AnyTagClassName
{
color: #ADFC59;
}
</style>
background-color css
<style>
a { background-color: #ADFC59; }
a { background-color: rgb(173,252,89); }
div.DivClassName
{
background-color: #ADFC59;
}
.BgClassName
{
background-color: #ADFC59;
}
</style>
border-color css
<style>
span { border-color: #ADFC59; }
span { border-color: rgb(173,252,89); }
td.TdClassName
{
border-color: #ADFC59;
}
.TagClassName
{
border-color: #ADFC59;
}
</style>