Shades of Conifer #ADDC4A
Tints of Conifer #ADDC4A
RGB
CMYK
RGB Variations
Color information
#ADDC4A (or 0xADDC4A) is known color: Conifer. HEX triplet: AD, DC and 4A. RGB value is (173,220,74). Sum of RGB (Red+Green+Blue) = 173+220+74=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC4A is #5223B5. Grayscale: #BDBDBD. Windows color (decimal): -5383094 or 4906157. OLE color: 4906157.
HSL color Cylindrical-coordinate representation of color #ADDC4A: hue angle of 79.32º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDC4A is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 74 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.14 |
| HSL | 79.32º | 0.68% | 0.58% | - |
| HSV(B) | 79.32º | 0.66% | 0.86% | - |
| XYZ | 44.06 | 60.57 | 15.85 | - |
| YUV | 189.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 74 | 0.21 | 0 | 0.66 | 0.14 | 79.32 | 0.68 | 0.58 |
| Hex | AD | DC | 4A | 15 | 0 | 42 | E | 4F | 44 | 3A |
| Octal | 255 | 334 | 112 | 25 | 0 | 102 | 16 | 117 | 104 | 72 |
| Binary | 10101101 | 11011100 | 1001010 | 10101 | 0 | 1000010 | 1110 | 1001111 | 1000100 | 111010 |
Color Harmonies of #ADDC4A
Complementary color
Monochromatic Colors of #ADDC4A
Black with #ADDC4A
Text Example
Text Example
White with #ADDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC4A; }
p { color: rgb(173,220,74); }
H1.HeaderClassName
{
color: #ADDC4A;
}
.AnyTagClassName
{
color: #ADDC4A;
}
</style>
background-color css
<style>
a { background-color: #ADDC4A; }
a { background-color: rgb(173,220,74); }
div.DivClassName
{
background-color: #ADDC4A;
}
.BgClassName
{
background-color: #ADDC4A;
}
</style>
border-color css
<style>
span { border-color: #ADDC4A; }
span { border-color: rgb(173,220,74); }
td.TdClassName
{
border-color: #ADDC4A;
}
.TagClassName
{
border-color: #ADDC4A;
}
</style>