Shades of Conifer #ADE655
Tints of Conifer #ADE655
RGB
CMYK
RGB Variations
Color information
#ADE655 (or 0xADE655) is known color: Conifer. HEX triplet: AD, E6 and 55. RGB value is (173,230,85). Sum of RGB (Red+Green+Blue) = 173+230+85=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE655 is #5219AA. Grayscale: #C4C4C4. Windows color (decimal): -5380523 or 5629613. OLE color: 5629613.
HSL color Cylindrical-coordinate representation of color #ADE655: hue angle of 83.59º 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 #ADE655 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 85 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.10 |
| HSL | 83.59º | 0.74% | 0.62% | - |
| HSV(B) | 83.59º | 0.63% | 0.9% | - |
| XYZ | 47.17 | 66.13 | 18.87 | - |
| YUV | 196.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 85 | 0.25 | 0 | 0.63 | 0.10 | 83.59 | 0.74 | 0.62 |
| Hex | AD | E6 | 55 | 19 | 0 | 3F | A | 54 | 4A | 3E |
| Octal | 255 | 346 | 125 | 31 | 0 | 77 | 12 | 124 | 112 | 76 |
| Binary | 10101101 | 11100110 | 1010101 | 11001 | 0 | 111111 | 1010 | 1010100 | 1001010 | 111110 |
Color Harmonies of #ADE655
Complementary color
Monochromatic Colors of #ADE655
Black with #ADE655
Text Example
Text Example
White with #ADE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE655; }
p { color: rgb(173,230,85); }
H1.HeaderClassName
{
color: #ADE655;
}
.AnyTagClassName
{
color: #ADE655;
}
</style>
background-color css
<style>
a { background-color: #ADE655; }
a { background-color: rgb(173,230,85); }
div.DivClassName
{
background-color: #ADE655;
}
.BgClassName
{
background-color: #ADE655;
}
</style>
border-color css
<style>
span { border-color: #ADE655; }
span { border-color: rgb(173,230,85); }
td.TdClassName
{
border-color: #ADE655;
}
.TagClassName
{
border-color: #ADE655;
}
</style>