Shades of Conifer #ADE94C
Tints of Conifer #ADE94C
RGB
CMYK
RGB Variations
Color information
#ADE94C (or 0xADE94C) is known color: Conifer. HEX triplet: AD, E9 and 4C. RGB value is (173,233,76). Sum of RGB (Red+Green+Blue) = 173+233+76=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE94C is #5216B3. Grayscale: #C5C5C5. Windows color (decimal): -5379764 or 5040557. OLE color: 5040557.
HSL color Cylindrical-coordinate representation of color #ADE94C: hue angle of 82.93º 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 #ADE94C is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 76 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.09 |
| HSL | 82.93º | 0.78% | 0.61% | - |
| HSV(B) | 82.93º | 0.67% | 0.91% | - |
| XYZ | 47.68 | 67.68 | 17.39 | - |
| YUV | 197.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 76 | 0.26 | 0 | 0.67 | 0.09 | 82.93 | 0.78 | 0.61 |
| Hex | AD | E9 | 4C | 1A | 0 | 43 | 9 | 53 | 4E | 3D |
| Octal | 255 | 351 | 114 | 32 | 0 | 103 | 11 | 123 | 116 | 75 |
| Binary | 10101101 | 11101001 | 1001100 | 11010 | 0 | 1000011 | 1001 | 1010011 | 1001110 | 111101 |
Color Harmonies of #ADE94C
Complementary color
Monochromatic Colors of #ADE94C
Black with #ADE94C
Text Example
Text Example
White with #ADE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE94C; }
p { color: rgb(173,233,76); }
H1.HeaderClassName
{
color: #ADE94C;
}
.AnyTagClassName
{
color: #ADE94C;
}
</style>
background-color css
<style>
a { background-color: #ADE94C; }
a { background-color: rgb(173,233,76); }
div.DivClassName
{
background-color: #ADE94C;
}
.BgClassName
{
background-color: #ADE94C;
}
</style>
border-color css
<style>
span { border-color: #ADE94C; }
span { border-color: rgb(173,233,76); }
td.TdClassName
{
border-color: #ADE94C;
}
.TagClassName
{
border-color: #ADE94C;
}
</style>