Shades of Conifer #ADDF5F
Tints of Conifer #ADDF5F
RGB
CMYK
RGB Variations
Color information
#ADDF5F (or 0xADDF5F) is known color: Conifer. HEX triplet: AD, DF and 5F. RGB value is (173,223,95). Sum of RGB (Red+Green+Blue) = 173+223+95=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF5F is #5220A0. Grayscale: #C1C1C1. Windows color (decimal): -5382305 or 6283181. OLE color: 6283181.
HSL color Cylindrical-coordinate representation of color #ADDF5F: hue angle of 83.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADDF5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 95 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.13 |
| HSL | 83.44º | 0.67% | 0.62% | - |
| HSV(B) | 83.44º | 0.57% | 0.87% | - |
| XYZ | 45.69 | 62.49 | 20.48 | - |
| YUV | 193.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 95 | 0.22 | 0 | 0.57 | 0.13 | 83.44 | 0.67 | 0.62 |
| Hex | AD | DF | 5F | 16 | 0 | 39 | D | 53 | 43 | 3E |
| Octal | 255 | 337 | 137 | 26 | 0 | 71 | 15 | 123 | 103 | 76 |
| Binary | 10101101 | 11011111 | 1011111 | 10110 | 0 | 111001 | 1101 | 1010011 | 1000011 | 111110 |
Color Harmonies of #ADDF5F
Complementary color
Monochromatic Colors of #ADDF5F
Black with #ADDF5F
Text Example
Text Example
White with #ADDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF5F; }
p { color: rgb(173,223,95); }
H1.HeaderClassName
{
color: #ADDF5F;
}
.AnyTagClassName
{
color: #ADDF5F;
}
</style>
background-color css
<style>
a { background-color: #ADDF5F; }
a { background-color: rgb(173,223,95); }
div.DivClassName
{
background-color: #ADDF5F;
}
.BgClassName
{
background-color: #ADDF5F;
}
</style>
border-color css
<style>
span { border-color: #ADDF5F; }
span { border-color: rgb(173,223,95); }
td.TdClassName
{
border-color: #ADDF5F;
}
.TagClassName
{
border-color: #ADDF5F;
}
</style>