Shades of Conifer #ADF94E
Tints of Conifer #ADF94E
RGB
CMYK
RGB Variations
Color information
#ADF94E (or 0xADF94E) is known color: Conifer. HEX triplet: AD, F9 and 4E. RGB value is (173,249,78). Sum of RGB (Red+Green+Blue) = 173+249+78=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF94E is #5206B1. Grayscale: #CFCFCF. Windows color (decimal): -5375666 or 5175725. OLE color: 5175725.
HSL color Cylindrical-coordinate representation of color #ADF94E: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF94E is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 78 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.02 |
| HSL | 86.67º | 0.93% | 0.64% | - |
| HSV(B) | 86.67º | 0.69% | 0.98% | - |
| XYZ | 52.48 | 77.19 | 19.34 | - |
| YUV | 206.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 78 | 0.31 | 0 | 0.69 | 0.02 | 86.67 | 0.93 | 0.64 |
| Hex | AD | F9 | 4E | 1F | 0 | 45 | 2 | 57 | 5D | 40 |
| Octal | 255 | 371 | 116 | 37 | 0 | 105 | 2 | 127 | 135 | 100 |
| Binary | 10101101 | 11111001 | 1001110 | 11111 | 0 | 1000101 | 10 | 1010111 | 1011101 | 1000000 |
Color Harmonies of #ADF94E
Complementary color
Monochromatic Colors of #ADF94E
Black with #ADF94E
Text Example
Text Example
White with #ADF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF94E; }
p { color: rgb(173,249,78); }
H1.HeaderClassName
{
color: #ADF94E;
}
.AnyTagClassName
{
color: #ADF94E;
}
</style>
background-color css
<style>
a { background-color: #ADF94E; }
a { background-color: rgb(173,249,78); }
div.DivClassName
{
background-color: #ADF94E;
}
.BgClassName
{
background-color: #ADF94E;
}
</style>
border-color css
<style>
span { border-color: #ADF94E; }
span { border-color: rgb(173,249,78); }
td.TdClassName
{
border-color: #ADF94E;
}
.TagClassName
{
border-color: #ADF94E;
}
</style>