Shades of Conifer #ADE53F
Tints of Conifer #ADE53F
RGB
CMYK
RGB Variations
Color information
#ADE53F (or 0xADE53F) is known color: Conifer. HEX triplet: AD, E5 and 3F. RGB value is (173,229,63). Sum of RGB (Red+Green+Blue) = 173+229+63=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE53F is #521AC0. Grayscale: #C1C1C1. Windows color (decimal): -5380801 or 4187565. OLE color: 4187565.
HSL color Cylindrical-coordinate representation of color #ADE53F: hue angle of 80.24º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE53F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 63 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.10 |
| HSL | 80.24º | 0.76% | 0.57% | - |
| HSV(B) | 80.24º | 0.72% | 0.9% | - |
| XYZ | 46.15 | 65.28 | 14.87 | - |
| YUV | 193.33 | 54.45 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 63 | 0.24 | 0 | 0.72 | 0.10 | 80.24 | 0.76 | 0.57 |
| Hex | AD | E5 | 3F | 18 | 0 | 48 | A | 50 | 4C | 39 |
| Octal | 255 | 345 | 77 | 30 | 0 | 110 | 12 | 120 | 114 | 71 |
| Binary | 10101101 | 11100101 | 111111 | 11000 | 0 | 1001000 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #ADE53F
Complementary color
Monochromatic Colors of #ADE53F
Black with #ADE53F
Text Example
Text Example
White with #ADE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE53F; }
p { color: rgb(173,229,63); }
H1.HeaderClassName
{
color: #ADE53F;
}
.AnyTagClassName
{
color: #ADE53F;
}
</style>
background-color css
<style>
a { background-color: #ADE53F; }
a { background-color: rgb(173,229,63); }
div.DivClassName
{
background-color: #ADE53F;
}
.BgClassName
{
background-color: #ADE53F;
}
</style>
border-color css
<style>
span { border-color: #ADE53F; }
span { border-color: rgb(173,229,63); }
td.TdClassName
{
border-color: #ADE53F;
}
.TagClassName
{
border-color: #ADE53F;
}
</style>