Shades of Conifer #ADDF5D
Tints of Conifer #ADDF5D
RGB
CMYK
RGB Variations
Color information
#ADDF5D (or 0xADDF5D) is known color: Conifer. HEX triplet: AD, DF and 5D. RGB value is (173,223,93). Sum of RGB (Red+Green+Blue) = 173+223+93=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF5D is #5220A2. Grayscale: #C1C1C1. Windows color (decimal): -5382307 or 6152109. OLE color: 6152109.
HSL color Cylindrical-coordinate representation of color #ADDF5D: hue angle of 83.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDF5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 93 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.13 |
| HSL | 83.08º | 0.67% | 0.62% | - |
| HSV(B) | 83.08º | 0.58% | 0.87% | - |
| XYZ | 45.6 | 62.45 | 20.01 | - |
| YUV | 193.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 93 | 0.22 | 0 | 0.58 | 0.13 | 83.08 | 0.67 | 0.62 |
| Hex | AD | DF | 5D | 16 | 0 | 3A | D | 53 | 43 | 3E |
| Octal | 255 | 337 | 135 | 26 | 0 | 72 | 15 | 123 | 103 | 76 |
| Binary | 10101101 | 11011111 | 1011101 | 10110 | 0 | 111010 | 1101 | 1010011 | 1000011 | 111110 |
Color Harmonies of #ADDF5D
Complementary color
Monochromatic Colors of #ADDF5D
Black with #ADDF5D
Text Example
Text Example
White with #ADDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF5D; }
p { color: rgb(173,223,93); }
H1.HeaderClassName
{
color: #ADDF5D;
}
.AnyTagClassName
{
color: #ADDF5D;
}
</style>
background-color css
<style>
a { background-color: #ADDF5D; }
a { background-color: rgb(173,223,93); }
div.DivClassName
{
background-color: #ADDF5D;
}
.BgClassName
{
background-color: #ADDF5D;
}
</style>
border-color css
<style>
span { border-color: #ADDF5D; }
span { border-color: rgb(173,223,93); }
td.TdClassName
{
border-color: #ADDF5D;
}
.TagClassName
{
border-color: #ADDF5D;
}
</style>