Shades of Conifer #ADEF66
Tints of Conifer #ADEF66
RGB
CMYK
RGB Variations
Color information
#ADEF66 (or 0xADEF66) is known color: Conifer. HEX triplet: AD, EF and 66. RGB value is (173,239,102). Sum of RGB (Red+Green+Blue) = 173+239+102=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF66 is #521099. Grayscale: #CCCCCC. Windows color (decimal): -5378202 or 6746029. OLE color: 6746029.
HSL color Cylindrical-coordinate representation of color #ADEF66: hue angle of 88.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADEF66 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 102 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.06 |
| HSL | 88.91º | 0.81% | 0.67% | - |
| HSV(B) | 88.91º | 0.57% | 0.94% | - |
| XYZ | 50.5 | 71.58 | 23.72 | - |
| YUV | 203.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 102 | 0.28 | 0 | 0.57 | 0.06 | 88.91 | 0.81 | 0.67 |
| Hex | AD | EF | 66 | 1C | 0 | 39 | 6 | 59 | 51 | 43 |
| Octal | 255 | 357 | 146 | 34 | 0 | 71 | 6 | 131 | 121 | 103 |
| Binary | 10101101 | 11101111 | 1100110 | 11100 | 0 | 111001 | 110 | 1011001 | 1010001 | 1000011 |
Color Harmonies of #ADEF66
Complementary color
Monochromatic Colors of #ADEF66
Black with #ADEF66
Text Example
Text Example
White with #ADEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF66; }
p { color: rgb(173,239,102); }
H1.HeaderClassName
{
color: #ADEF66;
}
.AnyTagClassName
{
color: #ADEF66;
}
</style>
background-color css
<style>
a { background-color: #ADEF66; }
a { background-color: rgb(173,239,102); }
div.DivClassName
{
background-color: #ADEF66;
}
.BgClassName
{
background-color: #ADEF66;
}
</style>
border-color css
<style>
span { border-color: #ADEF66; }
span { border-color: rgb(173,239,102); }
td.TdClassName
{
border-color: #ADEF66;
}
.TagClassName
{
border-color: #ADEF66;
}
</style>