Shades of Conifer #ADD642
Tints of Conifer #ADD642
RGB
CMYK
RGB Variations
Color information
#ADD642 (or 0xADD642) is known color: Conifer. HEX triplet: AD, D6 and 42. RGB value is (173,214,66). Sum of RGB (Red+Green+Blue) = 173+214+66=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD642 is #5229BD. Grayscale: #B9B9B9. Windows color (decimal): -5384638 or 4380333. OLE color: 4380333.
HSL color Cylindrical-coordinate representation of color #ADD642: hue angle of 76.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD642 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 66 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.16 |
| HSL | 76.62º | 0.64% | 0.55% | - |
| HSV(B) | 76.62º | 0.69% | 0.84% | - |
| XYZ | 42.26 | 57.37 | 14 | - |
| YUV | 184.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 66 | 0.19 | 0 | 0.69 | 0.16 | 76.62 | 0.64 | 0.55 |
| Hex | AD | D6 | 42 | 13 | 0 | 45 | 10 | 4D | 40 | 37 |
| Octal | 255 | 326 | 102 | 23 | 0 | 105 | 20 | 115 | 100 | 67 |
| Binary | 10101101 | 11010110 | 1000010 | 10011 | 0 | 1000101 | 10000 | 1001101 | 1000000 | 110111 |
Color Harmonies of #ADD642
Complementary color
Monochromatic Colors of #ADD642
Black with #ADD642
Text Example
Text Example
White with #ADD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD642; }
p { color: rgb(173,214,66); }
H1.HeaderClassName
{
color: #ADD642;
}
.AnyTagClassName
{
color: #ADD642;
}
</style>
background-color css
<style>
a { background-color: #ADD642; }
a { background-color: rgb(173,214,66); }
div.DivClassName
{
background-color: #ADD642;
}
.BgClassName
{
background-color: #ADD642;
}
</style>
border-color css
<style>
span { border-color: #ADD642; }
span { border-color: rgb(173,214,66); }
td.TdClassName
{
border-color: #ADD642;
}
.TagClassName
{
border-color: #ADD642;
}
</style>