Shades of Conifer #ADDC68
Tints of Conifer #ADDC68
RGB
CMYK
RGB Variations
Color information
#ADDC68 (or 0xADDC68) is known color: Conifer. HEX triplet: AD, DC and 68. RGB value is (173,220,104). Sum of RGB (Red+Green+Blue) = 173+220+104=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC68 is #522397. Grayscale: #C1C1C1. Windows color (decimal): -5383064 or 6872237. OLE color: 6872237.
HSL color Cylindrical-coordinate representation of color #ADDC68: hue angle of 84.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDC68 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 104 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.14 |
| HSL | 84.31º | 0.62% | 0.64% | - |
| HSV(B) | 84.31º | 0.53% | 0.86% | - |
| XYZ | 45.33 | 61.07 | 22.5 | - |
| YUV | 192.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 104 | 0.21 | 0 | 0.53 | 0.14 | 84.31 | 0.62 | 0.64 |
| Hex | AD | DC | 68 | 15 | 0 | 35 | E | 54 | 3E | 40 |
| Octal | 255 | 334 | 150 | 25 | 0 | 65 | 16 | 124 | 76 | 100 |
| Binary | 10101101 | 11011100 | 1101000 | 10101 | 0 | 110101 | 1110 | 1010100 | 111110 | 1000000 |
Color Harmonies of #ADDC68
Complementary color
Monochromatic Colors of #ADDC68
Black with #ADDC68
Text Example
Text Example
White with #ADDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC68; }
p { color: rgb(173,220,104); }
H1.HeaderClassName
{
color: #ADDC68;
}
.AnyTagClassName
{
color: #ADDC68;
}
</style>
background-color css
<style>
a { background-color: #ADDC68; }
a { background-color: rgb(173,220,104); }
div.DivClassName
{
background-color: #ADDC68;
}
.BgClassName
{
background-color: #ADDC68;
}
</style>
border-color css
<style>
span { border-color: #ADDC68; }
span { border-color: rgb(173,220,104); }
td.TdClassName
{
border-color: #ADDC68;
}
.TagClassName
{
border-color: #ADDC68;
}
</style>