Shades of Conifer #ADD265
Tints of Conifer #ADD265
RGB
CMYK
RGB Variations
Color information
#ADD265 (or 0xADD265) is known color: Conifer. HEX triplet: AD, D2 and 65. RGB value is (173,210,101). Sum of RGB (Red+Green+Blue) = 173+210+101=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD265 is #522D9A. Grayscale: #BABABA. Windows color (decimal): -5385627 or 6673069. OLE color: 6673069.
HSL color Cylindrical-coordinate representation of color #ADD265: hue angle of 80.37º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD265 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 101 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.18 |
| HSL | 80.37º | 0.55% | 0.61% | - |
| HSV(B) | 80.37º | 0.52% | 0.82% | - |
| XYZ | 42.63 | 55.92 | 20.86 | - |
| YUV | 186.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 101 | 0.18 | 0 | 0.52 | 0.18 | 80.37 | 0.55 | 0.61 |
| Hex | AD | D2 | 65 | 12 | 0 | 34 | 12 | 50 | 37 | 3D |
| Octal | 255 | 322 | 145 | 22 | 0 | 64 | 22 | 120 | 67 | 75 |
| Binary | 10101101 | 11010010 | 1100101 | 10010 | 0 | 110100 | 10010 | 1010000 | 110111 | 111101 |
Color Harmonies of #ADD265
Complementary color
Monochromatic Colors of #ADD265
Black with #ADD265
Text Example
Text Example
White with #ADD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD265; }
p { color: rgb(173,210,101); }
H1.HeaderClassName
{
color: #ADD265;
}
.AnyTagClassName
{
color: #ADD265;
}
</style>
background-color css
<style>
a { background-color: #ADD265; }
a { background-color: rgb(173,210,101); }
div.DivClassName
{
background-color: #ADD265;
}
.BgClassName
{
background-color: #ADD265;
}
</style>
border-color css
<style>
span { border-color: #ADD265; }
span { border-color: rgb(173,210,101); }
td.TdClassName
{
border-color: #ADD265;
}
.TagClassName
{
border-color: #ADD265;
}
</style>