Shades of Conifer #ADF950
Tints of Conifer #ADF950
RGB
CMYK
RGB Variations
Color information
#ADF950 (or 0xADF950) is known color: Conifer. HEX triplet: AD, F9 and 50. RGB value is (173,249,80). Sum of RGB (Red+Green+Blue) = 173+249+80=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF950 is #5206AF. Grayscale: #CFCFCF. Windows color (decimal): -5375664 or 5306797. OLE color: 5306797.
HSL color Cylindrical-coordinate representation of color #ADF950: hue angle of 86.98º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADF950 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 80 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.02 |
| HSL | 86.98º | 0.93% | 0.65% | - |
| HSV(B) | 86.98º | 0.68% | 0.98% | - |
| XYZ | 52.56 | 77.21 | 19.72 | - |
| YUV | 207.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 80 | 0.31 | 0 | 0.68 | 0.02 | 86.98 | 0.93 | 0.65 |
| Hex | AD | F9 | 50 | 1F | 0 | 44 | 2 | 57 | 5D | 41 |
| Octal | 255 | 371 | 120 | 37 | 0 | 104 | 2 | 127 | 135 | 101 |
| Binary | 10101101 | 11111001 | 1010000 | 11111 | 0 | 1000100 | 10 | 1010111 | 1011101 | 1000001 |
Color Harmonies of #ADF950
Complementary color
Monochromatic Colors of #ADF950
Black with #ADF950
Text Example
Text Example
White with #ADF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF950; }
p { color: rgb(173,249,80); }
H1.HeaderClassName
{
color: #ADF950;
}
.AnyTagClassName
{
color: #ADF950;
}
</style>
background-color css
<style>
a { background-color: #ADF950; }
a { background-color: rgb(173,249,80); }
div.DivClassName
{
background-color: #ADF950;
}
.BgClassName
{
background-color: #ADF950;
}
</style>
border-color css
<style>
span { border-color: #ADF950; }
span { border-color: rgb(173,249,80); }
td.TdClassName
{
border-color: #ADF950;
}
.TagClassName
{
border-color: #ADF950;
}
</style>