Shades of Conifer #ADEA55
Tints of Conifer #ADEA55
RGB
CMYK
RGB Variations
Color information
#ADEA55 (or 0xADEA55) is known color: Conifer. HEX triplet: AD, EA and 55. RGB value is (173,234,85). Sum of RGB (Red+Green+Blue) = 173+234+85=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA55 is #5215AA. Grayscale: #C7C7C7. Windows color (decimal): -5379499 or 5630637. OLE color: 5630637.
HSL color Cylindrical-coordinate representation of color #ADEA55: hue angle of 84.56º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEA55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 85 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.08 |
| HSL | 84.56º | 0.78% | 0.63% | - |
| HSV(B) | 84.56º | 0.64% | 0.92% | - |
| XYZ | 48.3 | 68.39 | 19.25 | - |
| YUV | 198.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 85 | 0.26 | 0 | 0.64 | 0.08 | 84.56 | 0.78 | 0.63 |
| Hex | AD | EA | 55 | 1A | 0 | 40 | 8 | 55 | 4E | 3F |
| Octal | 255 | 352 | 125 | 32 | 0 | 100 | 10 | 125 | 116 | 77 |
| Binary | 10101101 | 11101010 | 1010101 | 11010 | 0 | 1000000 | 1000 | 1010101 | 1001110 | 111111 |
Color Harmonies of #ADEA55
Complementary color
Monochromatic Colors of #ADEA55
Black with #ADEA55
Text Example
Text Example
White with #ADEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA55; }
p { color: rgb(173,234,85); }
H1.HeaderClassName
{
color: #ADEA55;
}
.AnyTagClassName
{
color: #ADEA55;
}
</style>
background-color css
<style>
a { background-color: #ADEA55; }
a { background-color: rgb(173,234,85); }
div.DivClassName
{
background-color: #ADEA55;
}
.BgClassName
{
background-color: #ADEA55;
}
</style>
border-color css
<style>
span { border-color: #ADEA55; }
span { border-color: rgb(173,234,85); }
td.TdClassName
{
border-color: #ADEA55;
}
.TagClassName
{
border-color: #ADEA55;
}
</style>