Shades of Conifer #ADF14D
Tints of Conifer #ADF14D
RGB
CMYK
RGB Variations
Color information
#ADF14D (or 0xADF14D) is known color: Conifer. HEX triplet: AD, F1 and 4D. RGB value is (173,241,77). Sum of RGB (Red+Green+Blue) = 173+241+77=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF14D is #520EB2. Grayscale: #CACACA. Windows color (decimal): -5377715 or 5108141. OLE color: 5108141.
HSL color Cylindrical-coordinate representation of color #ADF14D: hue angle of 84.88º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADF14D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 77 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.05 |
| HSL | 84.88º | 0.85% | 0.62% | - |
| HSV(B) | 84.88º | 0.68% | 0.95% | - |
| XYZ | 50.03 | 72.33 | 18.35 | - |
| YUV | 201.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 77 | 0.28 | 0 | 0.68 | 0.05 | 84.88 | 0.85 | 0.62 |
| Hex | AD | F1 | 4D | 1C | 0 | 44 | 5 | 55 | 55 | 3E |
| Octal | 255 | 361 | 115 | 34 | 0 | 104 | 5 | 125 | 125 | 76 |
| Binary | 10101101 | 11110001 | 1001101 | 11100 | 0 | 1000100 | 101 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ADF14D
Complementary color
Monochromatic Colors of #ADF14D
Black with #ADF14D
Text Example
Text Example
White with #ADF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF14D; }
p { color: rgb(173,241,77); }
H1.HeaderClassName
{
color: #ADF14D;
}
.AnyTagClassName
{
color: #ADF14D;
}
</style>
background-color css
<style>
a { background-color: #ADF14D; }
a { background-color: rgb(173,241,77); }
div.DivClassName
{
background-color: #ADF14D;
}
.BgClassName
{
background-color: #ADF14D;
}
</style>
border-color css
<style>
span { border-color: #ADF14D; }
span { border-color: rgb(173,241,77); }
td.TdClassName
{
border-color: #ADF14D;
}
.TagClassName
{
border-color: #ADF14D;
}
</style>