Shades of Conifer #ADDF3E
Tints of Conifer #ADDF3E
RGB
CMYK
RGB Variations
Color information
#ADDF3E (or 0xADDF3E) is known color: Conifer. HEX triplet: AD, DF and 3E. RGB value is (173,223,62). Sum of RGB (Red+Green+Blue) = 173+223+62=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF3E is #5220C1. Grayscale: #BEBEBE. Windows color (decimal): -5382338 or 4120493. OLE color: 4120493.
HSL color Cylindrical-coordinate representation of color #ADDF3E: hue angle of 78.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADDF3E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 62 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.13 |
| HSL | 78.63º | 0.72% | 0.56% | - |
| HSV(B) | 78.63º | 0.72% | 0.87% | - |
| XYZ | 44.49 | 62.01 | 14.18 | - |
| YUV | 189.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 62 | 0.22 | 0 | 0.72 | 0.13 | 78.63 | 0.72 | 0.56 |
| Hex | AD | DF | 3E | 16 | 0 | 48 | D | 4F | 48 | 38 |
| Octal | 255 | 337 | 76 | 26 | 0 | 110 | 15 | 117 | 110 | 70 |
| Binary | 10101101 | 11011111 | 111110 | 10110 | 0 | 1001000 | 1101 | 1001111 | 1001000 | 111000 |
Color Harmonies of #ADDF3E
Complementary color
Monochromatic Colors of #ADDF3E
Black with #ADDF3E
Text Example
Text Example
White with #ADDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF3E; }
p { color: rgb(173,223,62); }
H1.HeaderClassName
{
color: #ADDF3E;
}
.AnyTagClassName
{
color: #ADDF3E;
}
</style>
background-color css
<style>
a { background-color: #ADDF3E; }
a { background-color: rgb(173,223,62); }
div.DivClassName
{
background-color: #ADDF3E;
}
.BgClassName
{
background-color: #ADDF3E;
}
</style>
border-color css
<style>
span { border-color: #ADDF3E; }
span { border-color: rgb(173,223,62); }
td.TdClassName
{
border-color: #ADDF3E;
}
.TagClassName
{
border-color: #ADDF3E;
}
</style>