Shades of Conifer #ADE94D
Tints of Conifer #ADE94D
RGB
CMYK
RGB Variations
Color information
#ADE94D (or 0xADE94D) is known color: Conifer. HEX triplet: AD, E9 and 4D. RGB value is (173,233,77). Sum of RGB (Red+Green+Blue) = 173+233+77=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE94D is #5216B2. Grayscale: #C5C5C5. Windows color (decimal): -5379763 or 5106093. OLE color: 5106093.
HSL color Cylindrical-coordinate representation of color #ADE94D: hue angle of 83.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE94D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 77 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.09 |
| HSL | 83.08º | 0.78% | 0.61% | - |
| HSV(B) | 83.08º | 0.67% | 0.91% | - |
| XYZ | 47.71 | 67.7 | 17.57 | - |
| YUV | 197.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 77 | 0.26 | 0 | 0.67 | 0.09 | 83.08 | 0.78 | 0.61 |
| Hex | AD | E9 | 4D | 1A | 0 | 43 | 9 | 53 | 4E | 3D |
| Octal | 255 | 351 | 115 | 32 | 0 | 103 | 11 | 123 | 116 | 75 |
| Binary | 10101101 | 11101001 | 1001101 | 11010 | 0 | 1000011 | 1001 | 1010011 | 1001110 | 111101 |
Color Harmonies of #ADE94D
Complementary color
Monochromatic Colors of #ADE94D
Black with #ADE94D
Text Example
Text Example
White with #ADE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE94D; }
p { color: rgb(173,233,77); }
H1.HeaderClassName
{
color: #ADE94D;
}
.AnyTagClassName
{
color: #ADE94D;
}
</style>
background-color css
<style>
a { background-color: #ADE94D; }
a { background-color: rgb(173,233,77); }
div.DivClassName
{
background-color: #ADE94D;
}
.BgClassName
{
background-color: #ADE94D;
}
</style>
border-color css
<style>
span { border-color: #ADE94D; }
span { border-color: rgb(173,233,77); }
td.TdClassName
{
border-color: #ADE94D;
}
.TagClassName
{
border-color: #ADE94D;
}
</style>