Shades of Conifer #ADE354
Tints of Conifer #ADE354
RGB
CMYK
RGB Variations
Color information
#ADE354 (or 0xADE354) is known color: Conifer. HEX triplet: AD, E3 and 54. RGB value is (173,227,84). Sum of RGB (Red+Green+Blue) = 173+227+84=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE354 is #521CAB. Grayscale: #C3C3C3. Windows color (decimal): -5381292 or 5563309. OLE color: 5563309.
HSL color Cylindrical-coordinate representation of color #ADE354: hue angle of 82.66º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE354 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 84 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 82.66º | 0.72% | 0.61% | - |
| HSV(B) | 82.66º | 0.63% | 0.89% | - |
| XYZ | 46.3 | 64.46 | 18.39 | - |
| YUV | 194.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 84 | 0.24 | 0 | 0.63 | 0.11 | 82.66 | 0.72 | 0.61 |
| Hex | AD | E3 | 54 | 18 | 0 | 3F | B | 53 | 48 | 3D |
| Octal | 255 | 343 | 124 | 30 | 0 | 77 | 13 | 123 | 110 | 75 |
| Binary | 10101101 | 11100011 | 1010100 | 11000 | 0 | 111111 | 1011 | 1010011 | 1001000 | 111101 |
Color Harmonies of #ADE354
Complementary color
Monochromatic Colors of #ADE354
Black with #ADE354
Text Example
Text Example
White with #ADE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE354; }
p { color: rgb(173,227,84); }
H1.HeaderClassName
{
color: #ADE354;
}
.AnyTagClassName
{
color: #ADE354;
}
</style>
background-color css
<style>
a { background-color: #ADE354; }
a { background-color: rgb(173,227,84); }
div.DivClassName
{
background-color: #ADE354;
}
.BgClassName
{
background-color: #ADE354;
}
</style>
border-color css
<style>
span { border-color: #ADE354; }
span { border-color: rgb(173,227,84); }
td.TdClassName
{
border-color: #ADE354;
}
.TagClassName
{
border-color: #ADE354;
}
</style>