Shades of Conifer #ADEA51
Tints of Conifer #ADEA51
RGB
CMYK
RGB Variations
Color information
#ADEA51 (or 0xADEA51) is known color: Conifer. HEX triplet: AD, EA and 51. RGB value is (173,234,81). Sum of RGB (Red+Green+Blue) = 173+234+81=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA51 is #5215AE. Grayscale: #C6C6C6. Windows color (decimal): -5379503 or 5368493. OLE color: 5368493.
HSL color Cylindrical-coordinate representation of color #ADEA51: hue angle of 83.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADEA51 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 81 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.08 |
| HSL | 83.92º | 0.78% | 0.62% | - |
| HSV(B) | 83.92º | 0.65% | 0.92% | - |
| XYZ | 48.14 | 68.32 | 18.44 | - |
| YUV | 198.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 81 | 0.26 | 0 | 0.65 | 0.08 | 83.92 | 0.78 | 0.62 |
| Hex | AD | EA | 51 | 1A | 0 | 41 | 8 | 54 | 4E | 3E |
| Octal | 255 | 352 | 121 | 32 | 0 | 101 | 10 | 124 | 116 | 76 |
| Binary | 10101101 | 11101010 | 1010001 | 11010 | 0 | 1000001 | 1000 | 1010100 | 1001110 | 111110 |
Color Harmonies of #ADEA51
Complementary color
Monochromatic Colors of #ADEA51
Black with #ADEA51
Text Example
Text Example
White with #ADEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA51; }
p { color: rgb(173,234,81); }
H1.HeaderClassName
{
color: #ADEA51;
}
.AnyTagClassName
{
color: #ADEA51;
}
</style>
background-color css
<style>
a { background-color: #ADEA51; }
a { background-color: rgb(173,234,81); }
div.DivClassName
{
background-color: #ADEA51;
}
.BgClassName
{
background-color: #ADEA51;
}
</style>
border-color css
<style>
span { border-color: #ADEA51; }
span { border-color: rgb(173,234,81); }
td.TdClassName
{
border-color: #ADEA51;
}
.TagClassName
{
border-color: #ADEA51;
}
</style>