Shades of Conifer #ADE541
Tints of Conifer #ADE541
RGB
CMYK
RGB Variations
Color information
#ADE541 (or 0xADE541) is known color: Conifer. HEX triplet: AD, E5 and 41. RGB value is (173,229,65). Sum of RGB (Red+Green+Blue) = 173+229+65=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE541 is #521ABE. Grayscale: #C2C2C2. Windows color (decimal): -5380799 or 4318637. OLE color: 4318637.
HSL color Cylindrical-coordinate representation of color #ADE541: hue angle of 80.49º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE541 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 65 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.10 |
| HSL | 80.49º | 0.76% | 0.58% | - |
| HSV(B) | 80.49º | 0.72% | 0.9% | - |
| XYZ | 46.21 | 65.3 | 15.17 | - |
| YUV | 193.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 65 | 0.24 | 0 | 0.72 | 0.10 | 80.49 | 0.76 | 0.58 |
| Hex | AD | E5 | 41 | 18 | 0 | 48 | A | 50 | 4C | 3A |
| Octal | 255 | 345 | 101 | 30 | 0 | 110 | 12 | 120 | 114 | 72 |
| Binary | 10101101 | 11100101 | 1000001 | 11000 | 0 | 1001000 | 1010 | 1010000 | 1001100 | 111010 |
Color Harmonies of #ADE541
Complementary color
Monochromatic Colors of #ADE541
Black with #ADE541
Text Example
Text Example
White with #ADE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE541; }
p { color: rgb(173,229,65); }
H1.HeaderClassName
{
color: #ADE541;
}
.AnyTagClassName
{
color: #ADE541;
}
</style>
background-color css
<style>
a { background-color: #ADE541; }
a { background-color: rgb(173,229,65); }
div.DivClassName
{
background-color: #ADE541;
}
.BgClassName
{
background-color: #ADE541;
}
</style>
border-color css
<style>
span { border-color: #ADE541; }
span { border-color: rgb(173,229,65); }
td.TdClassName
{
border-color: #ADE541;
}
.TagClassName
{
border-color: #ADE541;
}
</style>