Shades of Conifer #ADF65E
Tints of Conifer #ADF65E
RGB
CMYK
RGB Variations
Color information
#ADF65E (or 0xADF65E) is known color: Conifer. HEX triplet: AD, F6 and 5E. RGB value is (173,246,94). Sum of RGB (Red+Green+Blue) = 173+246+94=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF65E is #5209A1. Grayscale: #CFCFCF. Windows color (decimal): -5376418 or 6223533. OLE color: 6223533.
HSL color Cylindrical-coordinate representation of color #ADF65E: hue angle of 88.82º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF65E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 88.82º | 0.89% | 0.67% | - |
| HSV(B) | 88.82º | 0.62% | 0.96% | - |
| XYZ | 52.21 | 75.6 | 22.43 | - |
| YUV | 206.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 94 | 0.30 | 0 | 0.62 | 0.04 | 88.82 | 0.89 | 0.67 |
| Hex | AD | F6 | 5E | 1E | 0 | 3E | 4 | 59 | 59 | 43 |
| Octal | 255 | 366 | 136 | 36 | 0 | 76 | 4 | 131 | 131 | 103 |
| Binary | 10101101 | 11110110 | 1011110 | 11110 | 0 | 111110 | 100 | 1011001 | 1011001 | 1000011 |
Color Harmonies of #ADF65E
Complementary color
Monochromatic Colors of #ADF65E
Black with #ADF65E
Text Example
Text Example
White with #ADF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF65E; }
p { color: rgb(173,246,94); }
H1.HeaderClassName
{
color: #ADF65E;
}
.AnyTagClassName
{
color: #ADF65E;
}
</style>
background-color css
<style>
a { background-color: #ADF65E; }
a { background-color: rgb(173,246,94); }
div.DivClassName
{
background-color: #ADF65E;
}
.BgClassName
{
background-color: #ADF65E;
}
</style>
border-color css
<style>
span { border-color: #ADF65E; }
span { border-color: rgb(173,246,94); }
td.TdClassName
{
border-color: #ADF65E;
}
.TagClassName
{
border-color: #ADF65E;
}
</style>