Shades of Conifer #ADF16A
Tints of Conifer #ADF16A
RGB
CMYK
RGB Variations
Color information
#ADF16A (or 0xADF16A) is known color: Conifer. HEX triplet: AD, F1 and 6A. RGB value is (173,241,106). Sum of RGB (Red+Green+Blue) = 173+241+106=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16A is #520E95. Grayscale: #CDCDCD. Windows color (decimal): -5377686 or 7008685. OLE color: 7008685.
HSL color Cylindrical-coordinate representation of color #ADF16A: hue angle of 90.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF16A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 106 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.05 |
| HSL | 90.22º | 0.83% | 0.68% | - |
| HSV(B) | 90.22º | 0.56% | 0.95% | - |
| XYZ | 51.29 | 72.84 | 24.99 | - |
| YUV | 205.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 106 | 0.28 | 0 | 0.56 | 0.05 | 90.22 | 0.83 | 0.68 |
| Hex | AD | F1 | 6A | 1C | 0 | 38 | 5 | 5A | 53 | 44 |
| Octal | 255 | 361 | 152 | 34 | 0 | 70 | 5 | 132 | 123 | 104 |
| Binary | 10101101 | 11110001 | 1101010 | 11100 | 0 | 111000 | 101 | 1011010 | 1010011 | 1000100 |
Color Harmonies of #ADF16A
Complementary color
Monochromatic Colors of #ADF16A
Black with #ADF16A
Text Example
Text Example
White with #ADF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF16A; }
p { color: rgb(173,241,106); }
H1.HeaderClassName
{
color: #ADF16A;
}
.AnyTagClassName
{
color: #ADF16A;
}
</style>
background-color css
<style>
a { background-color: #ADF16A; }
a { background-color: rgb(173,241,106); }
div.DivClassName
{
background-color: #ADF16A;
}
.BgClassName
{
background-color: #ADF16A;
}
</style>
border-color css
<style>
span { border-color: #ADF16A; }
span { border-color: rgb(173,241,106); }
td.TdClassName
{
border-color: #ADF16A;
}
.TagClassName
{
border-color: #ADF16A;
}
</style>