Shades of Conifer #ADE95C
Tints of Conifer #ADE95C
RGB
CMYK
RGB Variations
Color information
#ADE95C (or 0xADE95C) is known color: Conifer. HEX triplet: AD, E9 and 5C. RGB value is (173,233,92). Sum of RGB (Red+Green+Blue) = 173+233+92=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE95C is #5216A3. Grayscale: #C7C7C7. Windows color (decimal): -5379748 or 6089133. OLE color: 6089133.
HSL color Cylindrical-coordinate representation of color #ADE95C: hue angle of 85.53º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE95C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 92 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.53º | 0.76% | 0.64% | - |
| HSV(B) | 85.53º | 0.61% | 0.91% | - |
| XYZ | 48.3 | 67.93 | 20.69 | - |
| YUV | 198.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 92 | 0.26 | 0 | 0.61 | 0.09 | 85.53 | 0.76 | 0.64 |
| Hex | AD | E9 | 5C | 1A | 0 | 3D | 9 | 56 | 4C | 40 |
| Octal | 255 | 351 | 134 | 32 | 0 | 75 | 11 | 126 | 114 | 100 |
| Binary | 10101101 | 11101001 | 1011100 | 11010 | 0 | 111101 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ADE95C
Complementary color
Monochromatic Colors of #ADE95C
Black with #ADE95C
Text Example
Text Example
White with #ADE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE95C; }
p { color: rgb(173,233,92); }
H1.HeaderClassName
{
color: #ADE95C;
}
.AnyTagClassName
{
color: #ADE95C;
}
</style>
background-color css
<style>
a { background-color: #ADE95C; }
a { background-color: rgb(173,233,92); }
div.DivClassName
{
background-color: #ADE95C;
}
.BgClassName
{
background-color: #ADE95C;
}
</style>
border-color css
<style>
span { border-color: #ADE95C; }
span { border-color: rgb(173,233,92); }
td.TdClassName
{
border-color: #ADE95C;
}
.TagClassName
{
border-color: #ADE95C;
}
</style>