Shades of Conifer #ADDD3E
Tints of Conifer #ADDD3E
RGB
CMYK
RGB Variations
Color information
#ADDD3E (or 0xADDD3E) is known color: Conifer. HEX triplet: AD, DD and 3E. RGB value is (173,221,62). Sum of RGB (Red+Green+Blue) = 173+221+62=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD3E is #5222C1. Grayscale: #BDBDBD. Windows color (decimal): -5382850 or 4119981. OLE color: 4119981.
HSL color Cylindrical-coordinate representation of color #ADDD3E: hue angle of 78.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADDD3E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 62 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.13 |
| HSL | 78.11º | 0.7% | 0.55% | - |
| HSV(B) | 78.11º | 0.72% | 0.87% | - |
| XYZ | 43.96 | 60.94 | 14 | - |
| YUV | 188.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 62 | 0.22 | 0 | 0.72 | 0.13 | 78.11 | 0.7 | 0.55 |
| Hex | AD | DD | 3E | 16 | 0 | 48 | D | 4E | 46 | 37 |
| Octal | 255 | 335 | 76 | 26 | 0 | 110 | 15 | 116 | 106 | 67 |
| Binary | 10101101 | 11011101 | 111110 | 10110 | 0 | 1001000 | 1101 | 1001110 | 1000110 | 110111 |
Color Harmonies of #ADDD3E
Complementary color
Monochromatic Colors of #ADDD3E
Black with #ADDD3E
Text Example
Text Example
White with #ADDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD3E; }
p { color: rgb(173,221,62); }
H1.HeaderClassName
{
color: #ADDD3E;
}
.AnyTagClassName
{
color: #ADDD3E;
}
</style>
background-color css
<style>
a { background-color: #ADDD3E; }
a { background-color: rgb(173,221,62); }
div.DivClassName
{
background-color: #ADDD3E;
}
.BgClassName
{
background-color: #ADDD3E;
}
</style>
border-color css
<style>
span { border-color: #ADDD3E; }
span { border-color: rgb(173,221,62); }
td.TdClassName
{
border-color: #ADDD3E;
}
.TagClassName
{
border-color: #ADDD3E;
}
</style>