Shades of Conifer #ADE640
Tints of Conifer #ADE640
RGB
CMYK
RGB Variations
Color information
#ADE640 (or 0xADE640) is known color: Conifer. HEX triplet: AD, E6 and 40. RGB value is (173,230,64). Sum of RGB (Red+Green+Blue) = 173+230+64=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE640 is #5219BF. Grayscale: #C2C2C2. Windows color (decimal): -5380544 or 4253357. OLE color: 4253357.
HSL color Cylindrical-coordinate representation of color #ADE640: hue angle of 80.6º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE640 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 64 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.10 |
| HSL | 80.6º | 0.77% | 0.58% | - |
| HSV(B) | 80.6º | 0.72% | 0.9% | - |
| XYZ | 46.46 | 65.85 | 15.11 | - |
| YUV | 194.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 64 | 0.25 | 0 | 0.72 | 0.10 | 80.6 | 0.77 | 0.58 |
| Hex | AD | E6 | 40 | 19 | 0 | 48 | A | 51 | 4D | 3A |
| Octal | 255 | 346 | 100 | 31 | 0 | 110 | 12 | 121 | 115 | 72 |
| Binary | 10101101 | 11100110 | 1000000 | 11001 | 0 | 1001000 | 1010 | 1010001 | 1001101 | 111010 |
Color Harmonies of #ADE640
Complementary color
Monochromatic Colors of #ADE640
Black with #ADE640
Text Example
Text Example
White with #ADE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE640; }
p { color: rgb(173,230,64); }
H1.HeaderClassName
{
color: #ADE640;
}
.AnyTagClassName
{
color: #ADE640;
}
</style>
background-color css
<style>
a { background-color: #ADE640; }
a { background-color: rgb(173,230,64); }
div.DivClassName
{
background-color: #ADE640;
}
.BgClassName
{
background-color: #ADE640;
}
</style>
border-color css
<style>
span { border-color: #ADE640; }
span { border-color: rgb(173,230,64); }
td.TdClassName
{
border-color: #ADE640;
}
.TagClassName
{
border-color: #ADE640;
}
</style>