Shades of Conifer #ADDC67
Tints of Conifer #ADDC67
RGB
CMYK
RGB Variations
Color information
#ADDC67 (or 0xADDC67) is known color: Conifer. HEX triplet: AD, DC and 67. RGB value is (173,220,103). Sum of RGB (Red+Green+Blue) = 173+220+103=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC67 is #522398. Grayscale: #C1C1C1. Windows color (decimal): -5383065 or 6806701. OLE color: 6806701.
HSL color Cylindrical-coordinate representation of color #ADDC67: hue angle of 84.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDC67 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 103 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.14 |
| HSL | 84.1º | 0.63% | 0.63% | - |
| HSV(B) | 84.1º | 0.53% | 0.86% | - |
| XYZ | 45.27 | 61.05 | 22.23 | - |
| YUV | 192.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 103 | 0.21 | 0 | 0.53 | 0.14 | 84.1 | 0.63 | 0.63 |
| Hex | AD | DC | 67 | 15 | 0 | 35 | E | 54 | 3F | 3F |
| Octal | 255 | 334 | 147 | 25 | 0 | 65 | 16 | 124 | 77 | 77 |
| Binary | 10101101 | 11011100 | 1100111 | 10101 | 0 | 110101 | 1110 | 1010100 | 111111 | 111111 |
Color Harmonies of #ADDC67
Complementary color
Monochromatic Colors of #ADDC67
Black with #ADDC67
Text Example
Text Example
White with #ADDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC67; }
p { color: rgb(173,220,103); }
H1.HeaderClassName
{
color: #ADDC67;
}
.AnyTagClassName
{
color: #ADDC67;
}
</style>
background-color css
<style>
a { background-color: #ADDC67; }
a { background-color: rgb(173,220,103); }
div.DivClassName
{
background-color: #ADDC67;
}
.BgClassName
{
background-color: #ADDC67;
}
</style>
border-color css
<style>
span { border-color: #ADDC67; }
span { border-color: rgb(173,220,103); }
td.TdClassName
{
border-color: #ADDC67;
}
.TagClassName
{
border-color: #ADDC67;
}
</style>