Shades of Conifer #ADD649
Tints of Conifer #ADD649
RGB
CMYK
RGB Variations
Color information
#ADD649 (or 0xADD649) is known color: Conifer. HEX triplet: AD, D6 and 49. RGB value is (173,214,73). Sum of RGB (Red+Green+Blue) = 173+214+73=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD649 is #5229B6. Grayscale: #BABABA. Windows color (decimal): -5384631 or 4839085. OLE color: 4839085.
HSL color Cylindrical-coordinate representation of color #ADD649: hue angle of 77.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD649 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 73 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.16 |
| HSL | 77.45º | 0.63% | 0.56% | - |
| HSV(B) | 77.45º | 0.66% | 0.84% | - |
| XYZ | 42.48 | 57.46 | 15.15 | - |
| YUV | 185.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 73 | 0.19 | 0 | 0.66 | 0.16 | 77.45 | 0.63 | 0.56 |
| Hex | AD | D6 | 49 | 13 | 0 | 42 | 10 | 4D | 3F | 38 |
| Octal | 255 | 326 | 111 | 23 | 0 | 102 | 20 | 115 | 77 | 70 |
| Binary | 10101101 | 11010110 | 1001001 | 10011 | 0 | 1000010 | 10000 | 1001101 | 111111 | 111000 |
Color Harmonies of #ADD649
Complementary color
Monochromatic Colors of #ADD649
Black with #ADD649
Text Example
Text Example
White with #ADD649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD649; }
p { color: rgb(173,214,73); }
H1.HeaderClassName
{
color: #ADD649;
}
.AnyTagClassName
{
color: #ADD649;
}
</style>
background-color css
<style>
a { background-color: #ADD649; }
a { background-color: rgb(173,214,73); }
div.DivClassName
{
background-color: #ADD649;
}
.BgClassName
{
background-color: #ADD649;
}
</style>
border-color css
<style>
span { border-color: #ADD649; }
span { border-color: rgb(173,214,73); }
td.TdClassName
{
border-color: #ADD649;
}
.TagClassName
{
border-color: #ADD649;
}
</style>