Shades of Conifer #ADD267
Tints of Conifer #ADD267
RGB
CMYK
RGB Variations
Color information
#ADD267 (or 0xADD267) is known color: Conifer. HEX triplet: AD, D2 and 67. RGB value is (173,210,103). Sum of RGB (Red+Green+Blue) = 173+210+103=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD267 is #522D98. Grayscale: #BBBBBB. Windows color (decimal): -5385625 or 6804141. OLE color: 6804141.
HSL color Cylindrical-coordinate representation of color #ADD267: hue angle of 80.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD267 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 103 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.18 |
| HSL | 80.75º | 0.54% | 0.61% | - |
| HSV(B) | 80.75º | 0.51% | 0.82% | - |
| XYZ | 42.73 | 55.96 | 21.38 | - |
| YUV | 186.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 103 | 0.18 | 0 | 0.51 | 0.18 | 80.75 | 0.54 | 0.61 |
| Hex | AD | D2 | 67 | 12 | 0 | 33 | 12 | 51 | 36 | 3D |
| Octal | 255 | 322 | 147 | 22 | 0 | 63 | 22 | 121 | 66 | 75 |
| Binary | 10101101 | 11010010 | 1100111 | 10010 | 0 | 110011 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #ADD267
Complementary color
Monochromatic Colors of #ADD267
Black with #ADD267
Text Example
Text Example
White with #ADD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD267; }
p { color: rgb(173,210,103); }
H1.HeaderClassName
{
color: #ADD267;
}
.AnyTagClassName
{
color: #ADD267;
}
</style>
background-color css
<style>
a { background-color: #ADD267; }
a { background-color: rgb(173,210,103); }
div.DivClassName
{
background-color: #ADD267;
}
.BgClassName
{
background-color: #ADD267;
}
</style>
border-color css
<style>
span { border-color: #ADD267; }
span { border-color: rgb(173,210,103); }
td.TdClassName
{
border-color: #ADD267;
}
.TagClassName
{
border-color: #ADD267;
}
</style>