Shades of Conifer #ADE03C
Tints of Conifer #ADE03C
RGB
CMYK
RGB Variations
Color information
#ADE03C (or 0xADE03C) is known color: Conifer. HEX triplet: AD, E0 and 3C. RGB value is (173,224,60). Sum of RGB (Red+Green+Blue) = 173+224+60=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE03C is #521FC3. Grayscale: #BEBEBE. Windows color (decimal): -5382084 or 3989677. OLE color: 3989677.
HSL color Cylindrical-coordinate representation of color #ADE03C: hue angle of 78.66º degrees, saturation: 0.73, 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 #ADE03C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.12 |
| HSL | 78.66º | 0.73% | 0.56% | - |
| HSV(B) | 78.66º | 0.73% | 0.88% | - |
| XYZ | 44.7 | 62.52 | 13.99 | - |
| YUV | 190.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 60 | 0.23 | 0 | 0.73 | 0.12 | 78.66 | 0.73 | 0.56 |
| Hex | AD | E0 | 3C | 17 | 0 | 49 | C | 4F | 49 | 38 |
| Octal | 255 | 340 | 74 | 27 | 0 | 111 | 14 | 117 | 111 | 70 |
| Binary | 10101101 | 11100000 | 111100 | 10111 | 0 | 1001001 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ADE03C
Complementary color
Monochromatic Colors of #ADE03C
Black with #ADE03C
Text Example
Text Example
White with #ADE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE03C; }
p { color: rgb(173,224,60); }
H1.HeaderClassName
{
color: #ADE03C;
}
.AnyTagClassName
{
color: #ADE03C;
}
</style>
background-color css
<style>
a { background-color: #ADE03C; }
a { background-color: rgb(173,224,60); }
div.DivClassName
{
background-color: #ADE03C;
}
.BgClassName
{
background-color: #ADE03C;
}
</style>
border-color css
<style>
span { border-color: #ADE03C; }
span { border-color: rgb(173,224,60); }
td.TdClassName
{
border-color: #ADE03C;
}
.TagClassName
{
border-color: #ADE03C;
}
</style>