Shades of Conifer #ADE55D
Tints of Conifer #ADE55D
RGB
CMYK
RGB Variations
Color information
#ADE55D (or 0xADE55D) is known color: Conifer. HEX triplet: AD, E5 and 5D. RGB value is (173,229,93). Sum of RGB (Red+Green+Blue) = 173+229+93=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE55D is #521AA2. Grayscale: #C5C5C5. Windows color (decimal): -5380771 or 6153645. OLE color: 6153645.
HSL color Cylindrical-coordinate representation of color #ADE55D: hue angle of 84.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE55D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 93 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.10 |
| HSL | 84.71º | 0.72% | 0.63% | - |
| HSV(B) | 84.71º | 0.59% | 0.9% | - |
| XYZ | 47.23 | 65.71 | 20.55 | - |
| YUV | 196.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 93 | 0.24 | 0 | 0.59 | 0.10 | 84.71 | 0.72 | 0.63 |
| Hex | AD | E5 | 5D | 18 | 0 | 3B | A | 55 | 48 | 3F |
| Octal | 255 | 345 | 135 | 30 | 0 | 73 | 12 | 125 | 110 | 77 |
| Binary | 10101101 | 11100101 | 1011101 | 11000 | 0 | 111011 | 1010 | 1010101 | 1001000 | 111111 |
Color Harmonies of #ADE55D
Complementary color
Monochromatic Colors of #ADE55D
Black with #ADE55D
Text Example
Text Example
White with #ADE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE55D; }
p { color: rgb(173,229,93); }
H1.HeaderClassName
{
color: #ADE55D;
}
.AnyTagClassName
{
color: #ADE55D;
}
</style>
background-color css
<style>
a { background-color: #ADE55D; }
a { background-color: rgb(173,229,93); }
div.DivClassName
{
background-color: #ADE55D;
}
.BgClassName
{
background-color: #ADE55D;
}
</style>
border-color css
<style>
span { border-color: #ADE55D; }
span { border-color: rgb(173,229,93); }
td.TdClassName
{
border-color: #ADE55D;
}
.TagClassName
{
border-color: #ADE55D;
}
</style>