Shades of Conifer #ADE253
Tints of Conifer #ADE253
RGB
CMYK
RGB Variations
Color information
#ADE253 (or 0xADE253) is known color: Conifer. HEX triplet: AD, E2 and 53. RGB value is (173,226,83). Sum of RGB (Red+Green+Blue) = 173+226+83=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE253 is #521DAC. Grayscale: #C2C2C2. Windows color (decimal): -5381549 or 5497517. OLE color: 5497517.
HSL color Cylindrical-coordinate representation of color #ADE253: hue angle of 82.24º degrees, saturation: 0.71, 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 #ADE253 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 83 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.11 |
| HSL | 82.24º | 0.71% | 0.61% | - |
| HSV(B) | 82.24º | 0.63% | 0.89% | - |
| XYZ | 45.99 | 63.9 | 18.09 | - |
| YUV | 193.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 83 | 0.23 | 0 | 0.63 | 0.11 | 82.24 | 0.71 | 0.61 |
| Hex | AD | E2 | 53 | 17 | 0 | 3F | B | 52 | 47 | 3D |
| Octal | 255 | 342 | 123 | 27 | 0 | 77 | 13 | 122 | 107 | 75 |
| Binary | 10101101 | 11100010 | 1010011 | 10111 | 0 | 111111 | 1011 | 1010010 | 1000111 | 111101 |
Color Harmonies of #ADE253
Complementary color
Monochromatic Colors of #ADE253
Black with #ADE253
Text Example
Text Example
White with #ADE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE253; }
p { color: rgb(173,226,83); }
H1.HeaderClassName
{
color: #ADE253;
}
.AnyTagClassName
{
color: #ADE253;
}
</style>
background-color css
<style>
a { background-color: #ADE253; }
a { background-color: rgb(173,226,83); }
div.DivClassName
{
background-color: #ADE253;
}
.BgClassName
{
background-color: #ADE253;
}
</style>
border-color css
<style>
span { border-color: #ADE253; }
span { border-color: rgb(173,226,83); }
td.TdClassName
{
border-color: #ADE253;
}
.TagClassName
{
border-color: #ADE253;
}
</style>