Shades of Conifer #ADE35C
Tints of Conifer #ADE35C
RGB
CMYK
RGB Variations
Color information
#ADE35C (or 0xADE35C) is known color: Conifer. HEX triplet: AD, E3 and 5C. RGB value is (173,227,92). Sum of RGB (Red+Green+Blue) = 173+227+92=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE35C is #521CA3. Grayscale: #C3C3C3. Windows color (decimal): -5381284 or 6087597. OLE color: 6087597.
HSL color Cylindrical-coordinate representation of color #ADE35C: hue angle of 84º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE35C is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 92 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.11 |
| HSL | 84º | 0.71% | 0.63% | - |
| HSV(B) | 84º | 0.59% | 0.89% | - |
| XYZ | 46.63 | 64.6 | 20.14 | - |
| YUV | 195.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 92 | 0.24 | 0 | 0.59 | 0.11 | 84 | 0.71 | 0.63 |
| Hex | AD | E3 | 5C | 18 | 0 | 3B | B | 54 | 47 | 3F |
| Octal | 255 | 343 | 134 | 30 | 0 | 73 | 13 | 124 | 107 | 77 |
| Binary | 10101101 | 11100011 | 1011100 | 11000 | 0 | 111011 | 1011 | 1010100 | 1000111 | 111111 |
Color Harmonies of #ADE35C
Complementary color
Monochromatic Colors of #ADE35C
Black with #ADE35C
Text Example
Text Example
White with #ADE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE35C; }
p { color: rgb(173,227,92); }
H1.HeaderClassName
{
color: #ADE35C;
}
.AnyTagClassName
{
color: #ADE35C;
}
</style>
background-color css
<style>
a { background-color: #ADE35C; }
a { background-color: rgb(173,227,92); }
div.DivClassName
{
background-color: #ADE35C;
}
.BgClassName
{
background-color: #ADE35C;
}
</style>
border-color css
<style>
span { border-color: #ADE35C; }
span { border-color: rgb(173,227,92); }
td.TdClassName
{
border-color: #ADE35C;
}
.TagClassName
{
border-color: #ADE35C;
}
</style>