Shades of Conifer #ADDF5C
Tints of Conifer #ADDF5C
RGB
CMYK
RGB Variations
Color information
#ADDF5C (or 0xADDF5C) is known color: Conifer. HEX triplet: AD, DF and 5C. RGB value is (173,223,92). Sum of RGB (Red+Green+Blue) = 173+223+92=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF5C is #5220A3. Grayscale: #C1C1C1. Windows color (decimal): -5382308 or 6086573. OLE color: 6086573.
HSL color Cylindrical-coordinate representation of color #ADDF5C: hue angle of 82.9º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDF5C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 92 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.13 |
| HSL | 82.9º | 0.67% | 0.62% | - |
| HSV(B) | 82.9º | 0.59% | 0.87% | - |
| XYZ | 45.55 | 62.43 | 19.77 | - |
| YUV | 193.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 92 | 0.22 | 0 | 0.59 | 0.13 | 82.9 | 0.67 | 0.62 |
| Hex | AD | DF | 5C | 16 | 0 | 3B | D | 53 | 43 | 3E |
| Octal | 255 | 337 | 134 | 26 | 0 | 73 | 15 | 123 | 103 | 76 |
| Binary | 10101101 | 11011111 | 1011100 | 10110 | 0 | 111011 | 1101 | 1010011 | 1000011 | 111110 |
Color Harmonies of #ADDF5C
Complementary color
Monochromatic Colors of #ADDF5C
Black with #ADDF5C
Text Example
Text Example
White with #ADDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF5C; }
p { color: rgb(173,223,92); }
H1.HeaderClassName
{
color: #ADDF5C;
}
.AnyTagClassName
{
color: #ADDF5C;
}
</style>
background-color css
<style>
a { background-color: #ADDF5C; }
a { background-color: rgb(173,223,92); }
div.DivClassName
{
background-color: #ADDF5C;
}
.BgClassName
{
background-color: #ADDF5C;
}
</style>
border-color css
<style>
span { border-color: #ADDF5C; }
span { border-color: rgb(173,223,92); }
td.TdClassName
{
border-color: #ADDF5C;
}
.TagClassName
{
border-color: #ADDF5C;
}
</style>