Shades of Conifer #ADE25C
Tints of Conifer #ADE25C
RGB
CMYK
RGB Variations
Color information
#ADE25C (or 0xADE25C) is known color: Conifer. HEX triplet: AD, E2 and 5C. RGB value is (173,226,92). Sum of RGB (Red+Green+Blue) = 173+226+92=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE25C is #521DA3. Grayscale: #C3C3C3. Windows color (decimal): -5381540 or 6087341. OLE color: 6087341.
HSL color Cylindrical-coordinate representation of color #ADE25C: hue angle of 83.73º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE25C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.11 |
| HSL | 83.73º | 0.7% | 0.62% | - |
| HSV(B) | 83.73º | 0.59% | 0.89% | - |
| XYZ | 46.36 | 64.05 | 20.04 | - |
| YUV | 194.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 92 | 0.23 | 0 | 0.59 | 0.11 | 83.73 | 0.7 | 0.62 |
| Hex | AD | E2 | 5C | 17 | 0 | 3B | B | 54 | 46 | 3E |
| Octal | 255 | 342 | 134 | 27 | 0 | 73 | 13 | 124 | 106 | 76 |
| Binary | 10101101 | 11100010 | 1011100 | 10111 | 0 | 111011 | 1011 | 1010100 | 1000110 | 111110 |
Color Harmonies of #ADE25C
Complementary color
Monochromatic Colors of #ADE25C
Black with #ADE25C
Text Example
Text Example
White with #ADE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE25C; }
p { color: rgb(173,226,92); }
H1.HeaderClassName
{
color: #ADE25C;
}
.AnyTagClassName
{
color: #ADE25C;
}
</style>
background-color css
<style>
a { background-color: #ADE25C; }
a { background-color: rgb(173,226,92); }
div.DivClassName
{
background-color: #ADE25C;
}
.BgClassName
{
background-color: #ADE25C;
}
</style>
border-color css
<style>
span { border-color: #ADE25C; }
span { border-color: rgb(173,226,92); }
td.TdClassName
{
border-color: #ADE25C;
}
.TagClassName
{
border-color: #ADE25C;
}
</style>