Shades of Conifer #ADDC62
Tints of Conifer #ADDC62
RGB
CMYK
RGB Variations
Color information
#ADDC62 (or 0xADDC62) is known color: Conifer. HEX triplet: AD, DC and 62. RGB value is (173,220,98). Sum of RGB (Red+Green+Blue) = 173+220+98=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC62 is #52239D. Grayscale: #C0C0C0. Windows color (decimal): -5383070 or 6479021. OLE color: 6479021.
HSL color Cylindrical-coordinate representation of color #ADDC62: hue angle of 83.11º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDC62 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 98 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.14 |
| HSL | 83.11º | 0.64% | 0.62% | - |
| HSV(B) | 83.11º | 0.55% | 0.86% | - |
| XYZ | 45.03 | 60.95 | 20.95 | - |
| YUV | 192.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 98 | 0.21 | 0 | 0.55 | 0.14 | 83.11 | 0.64 | 0.62 |
| Hex | AD | DC | 62 | 15 | 0 | 37 | E | 53 | 40 | 3E |
| Octal | 255 | 334 | 142 | 25 | 0 | 67 | 16 | 123 | 100 | 76 |
| Binary | 10101101 | 11011100 | 1100010 | 10101 | 0 | 110111 | 1110 | 1010011 | 1000000 | 111110 |
Color Harmonies of #ADDC62
Complementary color
Monochromatic Colors of #ADDC62
Black with #ADDC62
Text Example
Text Example
White with #ADDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC62; }
p { color: rgb(173,220,98); }
H1.HeaderClassName
{
color: #ADDC62;
}
.AnyTagClassName
{
color: #ADDC62;
}
</style>
background-color css
<style>
a { background-color: #ADDC62; }
a { background-color: rgb(173,220,98); }
div.DivClassName
{
background-color: #ADDC62;
}
.BgClassName
{
background-color: #ADDC62;
}
</style>
border-color css
<style>
span { border-color: #ADDC62; }
span { border-color: rgb(173,220,98); }
td.TdClassName
{
border-color: #ADDC62;
}
.TagClassName
{
border-color: #ADDC62;
}
</style>