Shades of Conifer #ADDF4C
Tints of Conifer #ADDF4C
RGB
CMYK
RGB Variations
Color information
#ADDF4C (or 0xADDF4C) is known color: Conifer. HEX triplet: AD, DF and 4C. RGB value is (173,223,76). Sum of RGB (Red+Green+Blue) = 173+223+76=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF4C is #5220B3. Grayscale: #BFBFBF. Windows color (decimal): -5382324 or 5037997. OLE color: 5037997.
HSL color Cylindrical-coordinate representation of color #ADDF4C: hue angle of 80.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDF4C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 76 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.13 |
| HSL | 80.41º | 0.7% | 0.59% | - |
| HSV(B) | 80.41º | 0.66% | 0.87% | - |
| XYZ | 44.93 | 62.18 | 16.47 | - |
| YUV | 191.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 76 | 0.22 | 0 | 0.66 | 0.13 | 80.41 | 0.7 | 0.59 |
| Hex | AD | DF | 4C | 16 | 0 | 42 | D | 50 | 46 | 3B |
| Octal | 255 | 337 | 114 | 26 | 0 | 102 | 15 | 120 | 106 | 73 |
| Binary | 10101101 | 11011111 | 1001100 | 10110 | 0 | 1000010 | 1101 | 1010000 | 1000110 | 111011 |
Color Harmonies of #ADDF4C
Complementary color
Monochromatic Colors of #ADDF4C
Black with #ADDF4C
Text Example
Text Example
White with #ADDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF4C; }
p { color: rgb(173,223,76); }
H1.HeaderClassName
{
color: #ADDF4C;
}
.AnyTagClassName
{
color: #ADDF4C;
}
</style>
background-color css
<style>
a { background-color: #ADDF4C; }
a { background-color: rgb(173,223,76); }
div.DivClassName
{
background-color: #ADDF4C;
}
.BgClassName
{
background-color: #ADDF4C;
}
</style>
border-color css
<style>
span { border-color: #ADDF4C; }
span { border-color: rgb(173,223,76); }
td.TdClassName
{
border-color: #ADDF4C;
}
.TagClassName
{
border-color: #ADDF4C;
}
</style>