Shades of Conifer #ADE943
Tints of Conifer #ADE943
RGB
CMYK
RGB Variations
Color information
#ADE943 (or 0xADE943) is known color: Conifer. HEX triplet: AD, E9 and 43. RGB value is (173,233,67). Sum of RGB (Red+Green+Blue) = 173+233+67=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE943 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE943 is #5216BC. Grayscale: #C4C4C4. Windows color (decimal): -5379773 or 4450733. OLE color: 4450733.
HSL color Cylindrical-coordinate representation of color #ADE943: hue angle of 81.69º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADE943 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 67 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.09 |
| HSL | 81.69º | 0.79% | 0.59% | - |
| HSV(B) | 81.69º | 0.71% | 0.91% | - |
| XYZ | 47.39 | 67.57 | 15.85 | - |
| YUV | 196.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 67 | 0.26 | 0 | 0.71 | 0.09 | 81.69 | 0.79 | 0.59 |
| Hex | AD | E9 | 43 | 1A | 0 | 47 | 9 | 52 | 4F | 3B |
| Octal | 255 | 351 | 103 | 32 | 0 | 107 | 11 | 122 | 117 | 73 |
| Binary | 10101101 | 11101001 | 1000011 | 11010 | 0 | 1000111 | 1001 | 1010010 | 1001111 | 111011 |
Color Harmonies of #ADE943
Complementary color
Monochromatic Colors of #ADE943
Black with #ADE943
Text Example
Text Example
White with #ADE943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE943; }
p { color: rgb(173,233,67); }
H1.HeaderClassName
{
color: #ADE943;
}
.AnyTagClassName
{
color: #ADE943;
}
</style>
background-color css
<style>
a { background-color: #ADE943; }
a { background-color: rgb(173,233,67); }
div.DivClassName
{
background-color: #ADE943;
}
.BgClassName
{
background-color: #ADE943;
}
</style>
border-color css
<style>
span { border-color: #ADE943; }
span { border-color: rgb(173,233,67); }
td.TdClassName
{
border-color: #ADE943;
}
.TagClassName
{
border-color: #ADE943;
}
</style>