Shades of Conifer #ADEB44
Tints of Conifer #ADEB44
RGB
CMYK
RGB Variations
Color information
#ADEB44 (or 0xADEB44) is known color: Conifer. HEX triplet: AD, EB and 44. RGB value is (173,235,68). Sum of RGB (Red+Green+Blue) = 173+235+68=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB44 is #5214BB. Grayscale: #C6C6C6. Windows color (decimal): -5379260 or 4516781. OLE color: 4516781.
HSL color Cylindrical-coordinate representation of color #ADEB44: hue angle of 82.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADEB44 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 68 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.08 |
| HSL | 82.28º | 0.81% | 0.59% | - |
| HSV(B) | 82.28º | 0.71% | 0.92% | - |
| XYZ | 47.99 | 68.72 | 16.2 | - |
| YUV | 197.42 | 54.96 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 68 | 0.26 | 0 | 0.71 | 0.08 | 82.28 | 0.81 | 0.59 |
| Hex | AD | EB | 44 | 1A | 0 | 47 | 8 | 52 | 51 | 3B |
| Octal | 255 | 353 | 104 | 32 | 0 | 107 | 10 | 122 | 121 | 73 |
| Binary | 10101101 | 11101011 | 1000100 | 11010 | 0 | 1000111 | 1000 | 1010010 | 1010001 | 111011 |
Color Harmonies of #ADEB44
Complementary color
Monochromatic Colors of #ADEB44
Black with #ADEB44
Text Example
Text Example
White with #ADEB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB44; }
p { color: rgb(173,235,68); }
H1.HeaderClassName
{
color: #ADEB44;
}
.AnyTagClassName
{
color: #ADEB44;
}
</style>
background-color css
<style>
a { background-color: #ADEB44; }
a { background-color: rgb(173,235,68); }
div.DivClassName
{
background-color: #ADEB44;
}
.BgClassName
{
background-color: #ADEB44;
}
</style>
border-color css
<style>
span { border-color: #ADEB44; }
span { border-color: rgb(173,235,68); }
td.TdClassName
{
border-color: #ADEB44;
}
.TagClassName
{
border-color: #ADEB44;
}
</style>