Shades of Conifer #ADDF46
Tints of Conifer #ADDF46
RGB
CMYK
RGB Variations
Color information
#ADDF46 (or 0xADDF46) is known color: Conifer. HEX triplet: AD, DF and 46. RGB value is (173,223,70). Sum of RGB (Red+Green+Blue) = 173+223+70=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF46 is #5220B9. Grayscale: #BFBFBF. Windows color (decimal): -5382330 or 4644781. OLE color: 4644781.
HSL color Cylindrical-coordinate representation of color #ADDF46: hue angle of 79.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADDF46 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 70 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.13 |
| HSL | 79.61º | 0.71% | 0.57% | - |
| HSV(B) | 79.61º | 0.69% | 0.87% | - |
| XYZ | 44.73 | 62.1 | 15.42 | - |
| YUV | 190.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 70 | 0.22 | 0 | 0.69 | 0.13 | 79.61 | 0.71 | 0.57 |
| Hex | AD | DF | 46 | 16 | 0 | 45 | D | 50 | 47 | 39 |
| Octal | 255 | 337 | 106 | 26 | 0 | 105 | 15 | 120 | 107 | 71 |
| Binary | 10101101 | 11011111 | 1000110 | 10110 | 0 | 1000101 | 1101 | 1010000 | 1000111 | 111001 |
Color Harmonies of #ADDF46
Complementary color
Monochromatic Colors of #ADDF46
Black with #ADDF46
Text Example
Text Example
White with #ADDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF46; }
p { color: rgb(173,223,70); }
H1.HeaderClassName
{
color: #ADDF46;
}
.AnyTagClassName
{
color: #ADDF46;
}
</style>
background-color css
<style>
a { background-color: #ADDF46; }
a { background-color: rgb(173,223,70); }
div.DivClassName
{
background-color: #ADDF46;
}
.BgClassName
{
background-color: #ADDF46;
}
</style>
border-color css
<style>
span { border-color: #ADDF46; }
span { border-color: rgb(173,223,70); }
td.TdClassName
{
border-color: #ADDF46;
}
.TagClassName
{
border-color: #ADDF46;
}
</style>