Shades of Conifer #ADDC54
Tints of Conifer #ADDC54
RGB
CMYK
RGB Variations
Color information
#ADDC54 (or 0xADDC54) is known color: Conifer. HEX triplet: AD, DC and 54. RGB value is (173,220,84). Sum of RGB (Red+Green+Blue) = 173+220+84=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC54 is #5223AB. Grayscale: #BEBEBE. Windows color (decimal): -5383084 or 5561517. OLE color: 5561517.
HSL color Cylindrical-coordinate representation of color #ADDC54: hue angle of 80.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDC54 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 84 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.14 |
| HSL | 80.74º | 0.66% | 0.6% | - |
| HSV(B) | 80.74º | 0.62% | 0.86% | - |
| XYZ | 44.43 | 60.71 | 17.76 | - |
| YUV | 190.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 84 | 0.21 | 0 | 0.62 | 0.14 | 80.74 | 0.66 | 0.6 |
| Hex | AD | DC | 54 | 15 | 0 | 3E | E | 51 | 42 | 3C |
| Octal | 255 | 334 | 124 | 25 | 0 | 76 | 16 | 121 | 102 | 74 |
| Binary | 10101101 | 11011100 | 1010100 | 10101 | 0 | 111110 | 1110 | 1010001 | 1000010 | 111100 |
Color Harmonies of #ADDC54
Complementary color
Monochromatic Colors of #ADDC54
Black with #ADDC54
Text Example
Text Example
White with #ADDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC54; }
p { color: rgb(173,220,84); }
H1.HeaderClassName
{
color: #ADDC54;
}
.AnyTagClassName
{
color: #ADDC54;
}
</style>
background-color css
<style>
a { background-color: #ADDC54; }
a { background-color: rgb(173,220,84); }
div.DivClassName
{
background-color: #ADDC54;
}
.BgClassName
{
background-color: #ADDC54;
}
</style>
border-color css
<style>
span { border-color: #ADDC54; }
span { border-color: rgb(173,220,84); }
td.TdClassName
{
border-color: #ADDC54;
}
.TagClassName
{
border-color: #ADDC54;
}
</style>