Shades of Conifer #ADD961
Tints of Conifer #ADD961
RGB
CMYK
RGB Variations
Color information
#ADD961 (or 0xADD961) is known color: Conifer. HEX triplet: AD, D9 and 61. RGB value is (173,217,97). Sum of RGB (Red+Green+Blue) = 173+217+97=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD961 is #52269E. Grayscale: #BEBEBE. Windows color (decimal): -5383839 or 6412717. OLE color: 6412717.
HSL color Cylindrical-coordinate representation of color #ADD961: hue angle of 82º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD961 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 217 | 97 | - |
CMYK | 0.20 | 0 | 0.55 | 0.15 |
HSL | 82º | 0.61% | 0.62% | - |
HSV(B) | 82º | 0.55% | 0.85% | - |
XYZ | 44.2 | 59.37 | 20.44 | - |
YUV | 190.16 | 75.42 | 115.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 217 | 97 | 0.20 | 0 | 0.55 | 0.15 | 82 | 0.61 | 0.62 |
Hex | AD | D9 | 61 | 14 | 0 | 37 | F | 52 | 3D | 3E |
Octal | 255 | 331 | 141 | 24 | 0 | 67 | 17 | 122 | 75 | 76 |
Binary | 10101101 | 11011001 | 1100001 | 10100 | 0 | 110111 | 1111 | 1010010 | 111101 | 111110 |
Color Harmonies of #ADD961
Complementary color
Monochromatic Colors of #ADD961
Black with #ADD961
Text Example
Text Example
White with #ADD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD961; }
p { color: rgb(173,217,97); }
H1.HeaderClassName
{
color: #ADD961;
}
.AnyTagClassName
{
color: #ADD961;
}
</style>
background-color css
<style>
a { background-color: #ADD961; }
a { background-color: rgb(173,217,97); }
div.DivClassName
{
background-color: #ADD961;
}
.BgClassName
{
background-color: #ADD961;
}
</style>
border-color css
<style>
span { border-color: #ADD961; }
span { border-color: rgb(173,217,97); }
td.TdClassName
{
border-color: #ADD961;
}
.TagClassName
{
border-color: #ADD961;
}
</style>