Shades of Conifer #ADE03D
Tints of Conifer #ADE03D
RGB
CMYK
RGB Variations
Color information
#ADE03D (or 0xADE03D) is known color: Conifer. HEX triplet: AD, E0 and 3D. RGB value is (173,224,61). Sum of RGB (Red+Green+Blue) = 173+224+61=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE03D is #521FC2. Grayscale: #BEBEBE. Windows color (decimal): -5382083 or 4055213. OLE color: 4055213.
HSL color Cylindrical-coordinate representation of color #ADE03D: hue angle of 78.77º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE03D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.12 |
| HSL | 78.77º | 0.72% | 0.56% | - |
| HSV(B) | 78.77º | 0.73% | 0.88% | - |
| XYZ | 44.73 | 62.53 | 14.13 | - |
| YUV | 190.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 61 | 0.23 | 0 | 0.73 | 0.12 | 78.77 | 0.72 | 0.56 |
| Hex | AD | E0 | 3D | 17 | 0 | 49 | C | 4F | 48 | 38 |
| Octal | 255 | 340 | 75 | 27 | 0 | 111 | 14 | 117 | 110 | 70 |
| Binary | 10101101 | 11100000 | 111101 | 10111 | 0 | 1001001 | 1100 | 1001111 | 1001000 | 111000 |
Color Harmonies of #ADE03D
Complementary color
Monochromatic Colors of #ADE03D
Black with #ADE03D
Text Example
Text Example
White with #ADE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE03D; }
p { color: rgb(173,224,61); }
H1.HeaderClassName
{
color: #ADE03D;
}
.AnyTagClassName
{
color: #ADE03D;
}
</style>
background-color css
<style>
a { background-color: #ADE03D; }
a { background-color: rgb(173,224,61); }
div.DivClassName
{
background-color: #ADE03D;
}
.BgClassName
{
background-color: #ADE03D;
}
</style>
border-color css
<style>
span { border-color: #ADE03D; }
span { border-color: rgb(173,224,61); }
td.TdClassName
{
border-color: #ADE03D;
}
.TagClassName
{
border-color: #ADE03D;
}
</style>