Shades of Conifer #ADCE4A
Tints of Conifer #ADCE4A
RGB
CMYK
RGB Variations
Color information
#ADCE4A (or 0xADCE4A) is known color: Conifer. HEX triplet: AD, CE and 4A. RGB value is (173,206,74). Sum of RGB (Red+Green+Blue) = 173+206+74=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE4A is #5231B5. Grayscale: #B5B5B5. Windows color (decimal): -5386678 or 4902573. OLE color: 4902573.
HSL color Cylindrical-coordinate representation of color #ADCE4A: hue angle of 75º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADCE4A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 74 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.19 |
| HSL | 75º | 0.57% | 0.55% | - |
| HSV(B) | 75º | 0.64% | 0.81% | - |
| XYZ | 40.54 | 53.52 | 14.67 | - |
| YUV | 181.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 74 | 0.16 | 0 | 0.64 | 0.19 | 75 | 0.57 | 0.55 |
| Hex | AD | CE | 4A | 10 | 0 | 40 | 13 | 4B | 39 | 37 |
| Octal | 255 | 316 | 112 | 20 | 0 | 100 | 23 | 113 | 71 | 67 |
| Binary | 10101101 | 11001110 | 1001010 | 10000 | 0 | 1000000 | 10011 | 1001011 | 111001 | 110111 |
Color Harmonies of #ADCE4A
Complementary color
Monochromatic Colors of #ADCE4A
Black with #ADCE4A
Text Example
Text Example
White with #ADCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE4A; }
p { color: rgb(173,206,74); }
H1.HeaderClassName
{
color: #ADCE4A;
}
.AnyTagClassName
{
color: #ADCE4A;
}
</style>
background-color css
<style>
a { background-color: #ADCE4A; }
a { background-color: rgb(173,206,74); }
div.DivClassName
{
background-color: #ADCE4A;
}
.BgClassName
{
background-color: #ADCE4A;
}
</style>
border-color css
<style>
span { border-color: #ADCE4A; }
span { border-color: rgb(173,206,74); }
td.TdClassName
{
border-color: #ADCE4A;
}
.TagClassName
{
border-color: #ADCE4A;
}
</style>