Shades of Conifer #ADE15C
Tints of Conifer #ADE15C
RGB
CMYK
RGB Variations
Color information
#ADE15C (or 0xADE15C) is known color: Conifer. HEX triplet: AD, E1 and 5C. RGB value is (173,225,92). Sum of RGB (Red+Green+Blue) = 173+225+92=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE15C is #521EA3. Grayscale: #C2C2C2. Windows color (decimal): -5381796 or 6087085. OLE color: 6087085.
HSL color Cylindrical-coordinate representation of color #ADE15C: hue angle of 83.46º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE15C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.12 |
| HSL | 83.46º | 0.69% | 0.62% | - |
| HSV(B) | 83.46º | 0.59% | 0.88% | - |
| XYZ | 46.09 | 63.51 | 19.95 | - |
| YUV | 194.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 92 | 0.23 | 0 | 0.59 | 0.12 | 83.46 | 0.69 | 0.62 |
| Hex | AD | E1 | 5C | 17 | 0 | 3B | C | 53 | 45 | 3E |
| Octal | 255 | 341 | 134 | 27 | 0 | 73 | 14 | 123 | 105 | 76 |
| Binary | 10101101 | 11100001 | 1011100 | 10111 | 0 | 111011 | 1100 | 1010011 | 1000101 | 111110 |
Color Harmonies of #ADE15C
Complementary color
Monochromatic Colors of #ADE15C
Black with #ADE15C
Text Example
Text Example
White with #ADE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE15C; }
p { color: rgb(173,225,92); }
H1.HeaderClassName
{
color: #ADE15C;
}
.AnyTagClassName
{
color: #ADE15C;
}
</style>
background-color css
<style>
a { background-color: #ADE15C; }
a { background-color: rgb(173,225,92); }
div.DivClassName
{
background-color: #ADE15C;
}
.BgClassName
{
background-color: #ADE15C;
}
</style>
border-color css
<style>
span { border-color: #ADE15C; }
span { border-color: rgb(173,225,92); }
td.TdClassName
{
border-color: #ADE15C;
}
.TagClassName
{
border-color: #ADE15C;
}
</style>