Shades of Conifer #ADDC4C
Tints of Conifer #ADDC4C
RGB
CMYK
RGB Variations
Color information
#ADDC4C (or 0xADDC4C) is known color: Conifer. HEX triplet: AD, DC and 4C. RGB value is (173,220,76). Sum of RGB (Red+Green+Blue) = 173+220+76=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC4C is #5223B3. Grayscale: #BEBEBE. Windows color (decimal): -5383092 or 5037229. OLE color: 5037229.
HSL color Cylindrical-coordinate representation of color #ADDC4C: hue angle of 79.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADDC4C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 79.58º | 0.67% | 0.58% | - |
| HSV(B) | 79.58º | 0.65% | 0.86% | - |
| XYZ | 44.13 | 60.59 | 16.21 | - |
| YUV | 189.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 76 | 0.21 | 0 | 0.65 | 0.14 | 79.58 | 0.67 | 0.58 |
| Hex | AD | DC | 4C | 15 | 0 | 41 | E | 50 | 43 | 3A |
| Octal | 255 | 334 | 114 | 25 | 0 | 101 | 16 | 120 | 103 | 72 |
| Binary | 10101101 | 11011100 | 1001100 | 10101 | 0 | 1000001 | 1110 | 1010000 | 1000011 | 111010 |
Color Harmonies of #ADDC4C
Complementary color
Monochromatic Colors of #ADDC4C
Black with #ADDC4C
Text Example
Text Example
White with #ADDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC4C; }
p { color: rgb(173,220,76); }
H1.HeaderClassName
{
color: #ADDC4C;
}
.AnyTagClassName
{
color: #ADDC4C;
}
</style>
background-color css
<style>
a { background-color: #ADDC4C; }
a { background-color: rgb(173,220,76); }
div.DivClassName
{
background-color: #ADDC4C;
}
.BgClassName
{
background-color: #ADDC4C;
}
</style>
border-color css
<style>
span { border-color: #ADDC4C; }
span { border-color: rgb(173,220,76); }
td.TdClassName
{
border-color: #ADDC4C;
}
.TagClassName
{
border-color: #ADDC4C;
}
</style>