Shades of Conifer #ADEA50
Tints of Conifer #ADEA50
RGB
CMYK
RGB Variations
Color information
#ADEA50 (or 0xADEA50) is known color: Conifer. HEX triplet: AD, EA and 50. RGB value is (173,234,80). Sum of RGB (Red+Green+Blue) = 173+234+80=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA50 is #5215AF. Grayscale: #C6C6C6. Windows color (decimal): -5379504 or 5302957. OLE color: 5302957.
HSL color Cylindrical-coordinate representation of color #ADEA50: hue angle of 83.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADEA50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.08 |
| HSL | 83.77º | 0.79% | 0.62% | - |
| HSV(B) | 83.77º | 0.66% | 0.92% | - |
| XYZ | 48.1 | 68.31 | 18.24 | - |
| YUV | 198.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 80 | 0.26 | 0 | 0.66 | 0.08 | 83.77 | 0.79 | 0.62 |
| Hex | AD | EA | 50 | 1A | 0 | 42 | 8 | 54 | 4F | 3E |
| Octal | 255 | 352 | 120 | 32 | 0 | 102 | 10 | 124 | 117 | 76 |
| Binary | 10101101 | 11101010 | 1010000 | 11010 | 0 | 1000010 | 1000 | 1010100 | 1001111 | 111110 |
Color Harmonies of #ADEA50
Complementary color
Monochromatic Colors of #ADEA50
Black with #ADEA50
Text Example
Text Example
White with #ADEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA50; }
p { color: rgb(173,234,80); }
H1.HeaderClassName
{
color: #ADEA50;
}
.AnyTagClassName
{
color: #ADEA50;
}
</style>
background-color css
<style>
a { background-color: #ADEA50; }
a { background-color: rgb(173,234,80); }
div.DivClassName
{
background-color: #ADEA50;
}
.BgClassName
{
background-color: #ADEA50;
}
</style>
border-color css
<style>
span { border-color: #ADEA50; }
span { border-color: rgb(173,234,80); }
td.TdClassName
{
border-color: #ADEA50;
}
.TagClassName
{
border-color: #ADEA50;
}
</style>