Shades of Conifer #ADDF4A
Tints of Conifer #ADDF4A
RGB
CMYK
RGB Variations
Color information
#ADDF4A (or 0xADDF4A) is known color: Conifer. HEX triplet: AD, DF and 4A. RGB value is (173,223,74). Sum of RGB (Red+Green+Blue) = 173+223+74=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF4A is #5220B5. Grayscale: #BFBFBF. Windows color (decimal): -5382326 or 4906925. OLE color: 4906925.
HSL color Cylindrical-coordinate representation of color #ADDF4A: hue angle of 80.13º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDF4A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 74 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.13 |
| HSL | 80.13º | 0.7% | 0.58% | - |
| HSV(B) | 80.13º | 0.67% | 0.87% | - |
| XYZ | 44.86 | 62.15 | 16.11 | - |
| YUV | 191.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 74 | 0.22 | 0 | 0.67 | 0.13 | 80.13 | 0.7 | 0.58 |
| Hex | AD | DF | 4A | 16 | 0 | 43 | D | 50 | 46 | 3A |
| Octal | 255 | 337 | 112 | 26 | 0 | 103 | 15 | 120 | 106 | 72 |
| Binary | 10101101 | 11011111 | 1001010 | 10110 | 0 | 1000011 | 1101 | 1010000 | 1000110 | 111010 |
Color Harmonies of #ADDF4A
Complementary color
Monochromatic Colors of #ADDF4A
Black with #ADDF4A
Text Example
Text Example
White with #ADDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF4A; }
p { color: rgb(173,223,74); }
H1.HeaderClassName
{
color: #ADDF4A;
}
.AnyTagClassName
{
color: #ADDF4A;
}
</style>
background-color css
<style>
a { background-color: #ADDF4A; }
a { background-color: rgb(173,223,74); }
div.DivClassName
{
background-color: #ADDF4A;
}
.BgClassName
{
background-color: #ADDF4A;
}
</style>
border-color css
<style>
span { border-color: #ADDF4A; }
span { border-color: rgb(173,223,74); }
td.TdClassName
{
border-color: #ADDF4A;
}
.TagClassName
{
border-color: #ADDF4A;
}
</style>