Shades of Conifer #ADE05C
Tints of Conifer #ADE05C
RGB
CMYK
RGB Variations
Color information
#ADE05C (or 0xADE05C) is known color: Conifer. HEX triplet: AD, E0 and 5C. RGB value is (173,224,92). Sum of RGB (Red+Green+Blue) = 173+224+92=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE05C is #521FA3. Grayscale: #C2C2C2. Windows color (decimal): -5382052 or 6086829. OLE color: 6086829.
HSL color Cylindrical-coordinate representation of color #ADE05C: hue angle of 83.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE05C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.12 |
| HSL | 83.18º | 0.68% | 0.62% | - |
| HSV(B) | 83.18º | 0.59% | 0.88% | - |
| XYZ | 45.82 | 62.97 | 19.86 | - |
| YUV | 193.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 92 | 0.23 | 0 | 0.59 | 0.12 | 83.18 | 0.68 | 0.62 |
| Hex | AD | E0 | 5C | 17 | 0 | 3B | C | 53 | 44 | 3E |
| Octal | 255 | 340 | 134 | 27 | 0 | 73 | 14 | 123 | 104 | 76 |
| Binary | 10101101 | 11100000 | 1011100 | 10111 | 0 | 111011 | 1100 | 1010011 | 1000100 | 111110 |
Color Harmonies of #ADE05C
Complementary color
Monochromatic Colors of #ADE05C
Black with #ADE05C
Text Example
Text Example
White with #ADE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE05C; }
p { color: rgb(173,224,92); }
H1.HeaderClassName
{
color: #ADE05C;
}
.AnyTagClassName
{
color: #ADE05C;
}
</style>
background-color css
<style>
a { background-color: #ADE05C; }
a { background-color: rgb(173,224,92); }
div.DivClassName
{
background-color: #ADE05C;
}
.BgClassName
{
background-color: #ADE05C;
}
</style>
border-color css
<style>
span { border-color: #ADE05C; }
span { border-color: rgb(173,224,92); }
td.TdClassName
{
border-color: #ADE05C;
}
.TagClassName
{
border-color: #ADE05C;
}
</style>