Shades of Conifer #ADE656
Tints of Conifer #ADE656
RGB
CMYK
RGB Variations
Color information
#ADE656 (or 0xADE656) is known color: Conifer. HEX triplet: AD, E6 and 56. RGB value is (173,230,86). Sum of RGB (Red+Green+Blue) = 173+230+86=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE656 is #5219A9. Grayscale: #C5C5C5. Windows color (decimal): -5380522 or 5695149. OLE color: 5695149.
HSL color Cylindrical-coordinate representation of color #ADE656: hue angle of 83.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE656 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 86 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.10 |
| HSL | 83.75º | 0.74% | 0.62% | - |
| HSV(B) | 83.75º | 0.63% | 0.9% | - |
| XYZ | 47.21 | 66.15 | 19.08 | - |
| YUV | 196.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 86 | 0.25 | 0 | 0.63 | 0.10 | 83.75 | 0.74 | 0.62 |
| Hex | AD | E6 | 56 | 19 | 0 | 3F | A | 54 | 4A | 3E |
| Octal | 255 | 346 | 126 | 31 | 0 | 77 | 12 | 124 | 112 | 76 |
| Binary | 10101101 | 11100110 | 1010110 | 11001 | 0 | 111111 | 1010 | 1010100 | 1001010 | 111110 |
Color Harmonies of #ADE656
Complementary color
Monochromatic Colors of #ADE656
Black with #ADE656
Text Example
Text Example
White with #ADE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE656; }
p { color: rgb(173,230,86); }
H1.HeaderClassName
{
color: #ADE656;
}
.AnyTagClassName
{
color: #ADE656;
}
</style>
background-color css
<style>
a { background-color: #ADE656; }
a { background-color: rgb(173,230,86); }
div.DivClassName
{
background-color: #ADE656;
}
.BgClassName
{
background-color: #ADE656;
}
</style>
border-color css
<style>
span { border-color: #ADE656; }
span { border-color: rgb(173,230,86); }
td.TdClassName
{
border-color: #ADE656;
}
.TagClassName
{
border-color: #ADE656;
}
</style>