Shades of Conifer #ADD95C
Tints of Conifer #ADD95C
RGB
CMYK
RGB Variations
Color information
#ADD95C (or 0xADD95C) is known color: Conifer. HEX triplet: AD, D9 and 5C. RGB value is (173,217,92). Sum of RGB (Red+Green+Blue) = 173+217+92=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD95C is #5226A3. Grayscale: #BEBEBE. Windows color (decimal): -5383844 or 6085037. OLE color: 6085037.
HSL color Cylindrical-coordinate representation of color #ADD95C: hue angle of 81.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD95C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 92 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.15 |
| HSL | 81.12º | 0.62% | 0.61% | - |
| HSV(B) | 81.12º | 0.58% | 0.85% | - |
| XYZ | 43.98 | 59.28 | 19.25 | - |
| YUV | 189.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 92 | 0.20 | 0 | 0.58 | 0.15 | 81.12 | 0.62 | 0.61 |
| Hex | AD | D9 | 5C | 14 | 0 | 3A | F | 51 | 3E | 3D |
| Octal | 255 | 331 | 134 | 24 | 0 | 72 | 17 | 121 | 76 | 75 |
| Binary | 10101101 | 11011001 | 1011100 | 10100 | 0 | 111010 | 1111 | 1010001 | 111110 | 111101 |
Color Harmonies of #ADD95C
Complementary color
Monochromatic Colors of #ADD95C
Black with #ADD95C
Text Example
Text Example
White with #ADD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD95C; }
p { color: rgb(173,217,92); }
H1.HeaderClassName
{
color: #ADD95C;
}
.AnyTagClassName
{
color: #ADD95C;
}
</style>
background-color css
<style>
a { background-color: #ADD95C; }
a { background-color: rgb(173,217,92); }
div.DivClassName
{
background-color: #ADD95C;
}
.BgClassName
{
background-color: #ADD95C;
}
</style>
border-color css
<style>
span { border-color: #ADD95C; }
span { border-color: rgb(173,217,92); }
td.TdClassName
{
border-color: #ADD95C;
}
.TagClassName
{
border-color: #ADD95C;
}
</style>