Shades of Conifer #ADE443
Tints of Conifer #ADE443
RGB
CMYK
RGB Variations
Color information
#ADE443 (or 0xADE443) is known color: Conifer. HEX triplet: AD, E4 and 43. RGB value is (173,228,67). Sum of RGB (Red+Green+Blue) = 173+228+67=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE443 is #521BBC. Grayscale: #C1C1C1. Windows color (decimal): -5381053 or 4449453. OLE color: 4449453.
HSL color Cylindrical-coordinate representation of color #ADE443: hue angle of 80.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADE443 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 67 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.11 |
| HSL | 80.5º | 0.75% | 0.58% | - |
| HSV(B) | 80.5º | 0.71% | 0.89% | - |
| XYZ | 45.99 | 64.78 | 15.39 | - |
| YUV | 193.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 67 | 0.24 | 0 | 0.71 | 0.11 | 80.5 | 0.75 | 0.58 |
| Hex | AD | E4 | 43 | 18 | 0 | 47 | B | 50 | 4B | 3A |
| Octal | 255 | 344 | 103 | 30 | 0 | 107 | 13 | 120 | 113 | 72 |
| Binary | 10101101 | 11100100 | 1000011 | 11000 | 0 | 1000111 | 1011 | 1010000 | 1001011 | 111010 |
Color Harmonies of #ADE443
Complementary color
Monochromatic Colors of #ADE443
Black with #ADE443
Text Example
Text Example
White with #ADE443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE443; }
p { color: rgb(173,228,67); }
H1.HeaderClassName
{
color: #ADE443;
}
.AnyTagClassName
{
color: #ADE443;
}
</style>
background-color css
<style>
a { background-color: #ADE443; }
a { background-color: rgb(173,228,67); }
div.DivClassName
{
background-color: #ADE443;
}
.BgClassName
{
background-color: #ADE443;
}
</style>
border-color css
<style>
span { border-color: #ADE443; }
span { border-color: rgb(173,228,67); }
td.TdClassName
{
border-color: #ADE443;
}
.TagClassName
{
border-color: #ADE443;
}
</style>