Shades of Conifer #ADDC40
Tints of Conifer #ADDC40
RGB
CMYK
RGB Variations
Color information
#ADDC40 (or 0xADDC40) is known color: Conifer. HEX triplet: AD, DC and 40. RGB value is (173,220,64). Sum of RGB (Red+Green+Blue) = 173+220+64=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC40 is #5223BF. Grayscale: #BCBCBC. Windows color (decimal): -5383104 or 4250797. OLE color: 4250797.
HSL color Cylindrical-coordinate representation of color #ADDC40: hue angle of 78.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADDC40 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 64 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.14 |
| HSL | 78.08º | 0.69% | 0.56% | - |
| HSV(B) | 78.08º | 0.71% | 0.86% | - |
| XYZ | 43.75 | 60.44 | 14.21 | - |
| YUV | 188.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 64 | 0.21 | 0 | 0.71 | 0.14 | 78.08 | 0.69 | 0.56 |
| Hex | AD | DC | 40 | 15 | 0 | 47 | E | 4E | 45 | 38 |
| Octal | 255 | 334 | 100 | 25 | 0 | 107 | 16 | 116 | 105 | 70 |
| Binary | 10101101 | 11011100 | 1000000 | 10101 | 0 | 1000111 | 1110 | 1001110 | 1000101 | 111000 |
Color Harmonies of #ADDC40
Complementary color
Monochromatic Colors of #ADDC40
Black with #ADDC40
Text Example
Text Example
White with #ADDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC40; }
p { color: rgb(173,220,64); }
H1.HeaderClassName
{
color: #ADDC40;
}
.AnyTagClassName
{
color: #ADDC40;
}
</style>
background-color css
<style>
a { background-color: #ADDC40; }
a { background-color: rgb(173,220,64); }
div.DivClassName
{
background-color: #ADDC40;
}
.BgClassName
{
background-color: #ADDC40;
}
</style>
border-color css
<style>
span { border-color: #ADDC40; }
span { border-color: rgb(173,220,64); }
td.TdClassName
{
border-color: #ADDC40;
}
.TagClassName
{
border-color: #ADDC40;
}
</style>