Shades of Conifer #ADEA44
Tints of Conifer #ADEA44
RGB
CMYK
RGB Variations
Color information
#ADEA44 (or 0xADEA44) is known color: Conifer. HEX triplet: AD, EA and 44. RGB value is (173,234,68). Sum of RGB (Red+Green+Blue) = 173+234+68=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEA44 is #5215BB. Grayscale: #C5C5C5. Windows color (decimal): -5379516 or 4516525. OLE color: 4516525.
HSL color Cylindrical-coordinate representation of color #ADEA44: hue angle of 82.05º degrees, saturation: 0.8, 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 #ADEA44 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 68 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.08 |
| HSL | 82.05º | 0.8% | 0.59% | - |
| HSV(B) | 82.05º | 0.71% | 0.92% | - |
| XYZ | 47.7 | 68.15 | 16.11 | - |
| YUV | 196.84 | 55.29 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 68 | 0.26 | 0 | 0.71 | 0.08 | 82.05 | 0.8 | 0.59 |
| Hex | AD | EA | 44 | 1A | 0 | 47 | 8 | 52 | 50 | 3B |
| Octal | 255 | 352 | 104 | 32 | 0 | 107 | 10 | 122 | 120 | 73 |
| Binary | 10101101 | 11101010 | 1000100 | 11010 | 0 | 1000111 | 1000 | 1010010 | 1010000 | 111011 |
Color Harmonies of #ADEA44
Complementary color
Monochromatic Colors of #ADEA44
Black with #ADEA44
Text Example
Text Example
White with #ADEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA44; }
p { color: rgb(173,234,68); }
H1.HeaderClassName
{
color: #ADEA44;
}
.AnyTagClassName
{
color: #ADEA44;
}
</style>
background-color css
<style>
a { background-color: #ADEA44; }
a { background-color: rgb(173,234,68); }
div.DivClassName
{
background-color: #ADEA44;
}
.BgClassName
{
background-color: #ADEA44;
}
</style>
border-color css
<style>
span { border-color: #ADEA44; }
span { border-color: rgb(173,234,68); }
td.TdClassName
{
border-color: #ADEA44;
}
.TagClassName
{
border-color: #ADEA44;
}
</style>