Shades of Conifer #ADEB46
Tints of Conifer #ADEB46
RGB
CMYK
RGB Variations
Color information
#ADEB46 (or 0xADEB46) is known color: Conifer. HEX triplet: AD, EB and 46. RGB value is (173,235,70). Sum of RGB (Red+Green+Blue) = 173+235+70=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB46 is #5214B9. Grayscale: #C6C6C6. Windows color (decimal): -5379258 or 4647853. OLE color: 4647853.
HSL color Cylindrical-coordinate representation of color #ADEB46: hue angle of 82.55º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEB46 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 70 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.08 |
| HSL | 82.55º | 0.8% | 0.6% | - |
| HSV(B) | 82.55º | 0.7% | 0.92% | - |
| XYZ | 48.05 | 68.74 | 16.53 | - |
| YUV | 197.65 | 55.96 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 70 | 0.26 | 0 | 0.70 | 0.08 | 82.55 | 0.8 | 0.6 |
| Hex | AD | EB | 46 | 1A | 0 | 46 | 8 | 53 | 50 | 3C |
| Octal | 255 | 353 | 106 | 32 | 0 | 106 | 10 | 123 | 120 | 74 |
| Binary | 10101101 | 11101011 | 1000110 | 11010 | 0 | 1000110 | 1000 | 1010011 | 1010000 | 111100 |
Color Harmonies of #ADEB46
Complementary color
Monochromatic Colors of #ADEB46
Black with #ADEB46
Text Example
Text Example
White with #ADEB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB46; }
p { color: rgb(173,235,70); }
H1.HeaderClassName
{
color: #ADEB46;
}
.AnyTagClassName
{
color: #ADEB46;
}
</style>
background-color css
<style>
a { background-color: #ADEB46; }
a { background-color: rgb(173,235,70); }
div.DivClassName
{
background-color: #ADEB46;
}
.BgClassName
{
background-color: #ADEB46;
}
</style>
border-color css
<style>
span { border-color: #ADEB46; }
span { border-color: rgb(173,235,70); }
td.TdClassName
{
border-color: #ADEB46;
}
.TagClassName
{
border-color: #ADEB46;
}
</style>