Shades of Conifer #ADF06A
Tints of Conifer #ADF06A
RGB
CMYK
RGB Variations
Color information
#ADF06A (or 0xADF06A) is known color: Conifer. HEX triplet: AD, F0 and 6A. RGB value is (173,240,106). Sum of RGB (Red+Green+Blue) = 173+240+106=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF06A is #520F95. Grayscale: #CDCDCD. Windows color (decimal): -5377942 or 7008429. OLE color: 7008429.
HSL color Cylindrical-coordinate representation of color #ADF06A: hue angle of 90º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF06A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 106 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.06 |
| HSL | 90º | 0.82% | 0.68% | - |
| HSV(B) | 90º | 0.56% | 0.94% | - |
| XYZ | 51 | 72.25 | 24.89 | - |
| YUV | 204.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 106 | 0.28 | 0 | 0.56 | 0.06 | 90 | 0.82 | 0.68 |
| Hex | AD | F0 | 6A | 1C | 0 | 38 | 6 | 5A | 52 | 44 |
| Octal | 255 | 360 | 152 | 34 | 0 | 70 | 6 | 132 | 122 | 104 |
| Binary | 10101101 | 11110000 | 1101010 | 11100 | 0 | 111000 | 110 | 1011010 | 1010010 | 1000100 |
Color Harmonies of #ADF06A
Complementary color
Monochromatic Colors of #ADF06A
Black with #ADF06A
Text Example
Text Example
White with #ADF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF06A; }
p { color: rgb(173,240,106); }
H1.HeaderClassName
{
color: #ADF06A;
}
.AnyTagClassName
{
color: #ADF06A;
}
</style>
background-color css
<style>
a { background-color: #ADF06A; }
a { background-color: rgb(173,240,106); }
div.DivClassName
{
background-color: #ADF06A;
}
.BgClassName
{
background-color: #ADF06A;
}
</style>
border-color css
<style>
span { border-color: #ADF06A; }
span { border-color: rgb(173,240,106); }
td.TdClassName
{
border-color: #ADF06A;
}
.TagClassName
{
border-color: #ADF06A;
}
</style>