Shades of Conifer #ADDF3C
Tints of Conifer #ADDF3C
RGB
CMYK
RGB Variations
Color information
#ADDF3C (or 0xADDF3C) is known color: Conifer. HEX triplet: AD, DF and 3C. RGB value is (173,223,60). Sum of RGB (Red+Green+Blue) = 173+223+60=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF3C is #5220C3. Grayscale: #BEBEBE. Windows color (decimal): -5382340 or 3989421. OLE color: 3989421.
HSL color Cylindrical-coordinate representation of color #ADDF3C: hue angle of 78.4º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADDF3C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 60 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.13 |
| HSL | 78.4º | 0.72% | 0.55% | - |
| HSV(B) | 78.4º | 0.73% | 0.87% | - |
| XYZ | 44.44 | 61.99 | 13.9 | - |
| YUV | 189.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 60 | 0.22 | 0 | 0.73 | 0.13 | 78.4 | 0.72 | 0.55 |
| Hex | AD | DF | 3C | 16 | 0 | 49 | D | 4E | 48 | 37 |
| Octal | 255 | 337 | 74 | 26 | 0 | 111 | 15 | 116 | 110 | 67 |
| Binary | 10101101 | 11011111 | 111100 | 10110 | 0 | 1001001 | 1101 | 1001110 | 1001000 | 110111 |
Color Harmonies of #ADDF3C
Complementary color
Monochromatic Colors of #ADDF3C
Black with #ADDF3C
Text Example
Text Example
White with #ADDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF3C; }
p { color: rgb(173,223,60); }
H1.HeaderClassName
{
color: #ADDF3C;
}
.AnyTagClassName
{
color: #ADDF3C;
}
</style>
background-color css
<style>
a { background-color: #ADDF3C; }
a { background-color: rgb(173,223,60); }
div.DivClassName
{
background-color: #ADDF3C;
}
.BgClassName
{
background-color: #ADDF3C;
}
</style>
border-color css
<style>
span { border-color: #ADDF3C; }
span { border-color: rgb(173,223,60); }
td.TdClassName
{
border-color: #ADDF3C;
}
.TagClassName
{
border-color: #ADDF3C;
}
</style>