Shades of Conifer #ADE468
Tints of Conifer #ADE468
RGB
CMYK
RGB Variations
Color information
#ADE468 (or 0xADE468) is known color: Conifer. HEX triplet: AD, E4 and 68. RGB value is (173,228,104). Sum of RGB (Red+Green+Blue) = 173+228+104=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE468 is #521B97. Grayscale: #C5C5C5. Windows color (decimal): -5381016 or 6874285. OLE color: 6874285.
HSL color Cylindrical-coordinate representation of color #ADE468: hue angle of 86.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE468 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 104 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.11 |
| HSL | 86.61º | 0.7% | 0.65% | - |
| HSV(B) | 86.61º | 0.54% | 0.89% | - |
| XYZ | 47.48 | 65.37 | 23.21 | - |
| YUV | 197.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 104 | 0.24 | 0 | 0.54 | 0.11 | 86.61 | 0.7 | 0.65 |
| Hex | AD | E4 | 68 | 18 | 0 | 36 | B | 57 | 46 | 41 |
| Octal | 255 | 344 | 150 | 30 | 0 | 66 | 13 | 127 | 106 | 101 |
| Binary | 10101101 | 11100100 | 1101000 | 11000 | 0 | 110110 | 1011 | 1010111 | 1000110 | 1000001 |
Color Harmonies of #ADE468
Complementary color
Monochromatic Colors of #ADE468
Black with #ADE468
Text Example
Text Example
White with #ADE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE468; }
p { color: rgb(173,228,104); }
H1.HeaderClassName
{
color: #ADE468;
}
.AnyTagClassName
{
color: #ADE468;
}
</style>
background-color css
<style>
a { background-color: #ADE468; }
a { background-color: rgb(173,228,104); }
div.DivClassName
{
background-color: #ADE468;
}
.BgClassName
{
background-color: #ADE468;
}
</style>
border-color css
<style>
span { border-color: #ADE468; }
span { border-color: rgb(173,228,104); }
td.TdClassName
{
border-color: #ADE468;
}
.TagClassName
{
border-color: #ADE468;
}
</style>