Shades of Conifer #ADE73E
Tints of Conifer #ADE73E
RGB
CMYK
RGB Variations
Color information
#ADE73E (or 0xADE73E) is known color: Conifer. HEX triplet: AD, E7 and 3E. RGB value is (173,231,62). Sum of RGB (Red+Green+Blue) = 173+231+62=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE73E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE73E is #5218C1. Grayscale: #C3C3C3. Windows color (decimal): -5380290 or 4122541. OLE color: 4122541.
HSL color Cylindrical-coordinate representation of color #ADE73E: hue angle of 80.59º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE73E is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 62 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.09 |
| HSL | 80.59º | 0.78% | 0.57% | - |
| HSV(B) | 80.59º | 0.73% | 0.91% | - |
| XYZ | 46.68 | 66.38 | 14.91 | - |
| YUV | 194.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 62 | 0.25 | 0 | 0.73 | 0.09 | 80.59 | 0.78 | 0.57 |
| Hex | AD | E7 | 3E | 19 | 0 | 49 | 9 | 51 | 4E | 39 |
| Octal | 255 | 347 | 76 | 31 | 0 | 111 | 11 | 121 | 116 | 71 |
| Binary | 10101101 | 11100111 | 111110 | 11001 | 0 | 1001001 | 1001 | 1010001 | 1001110 | 111001 |
Color Harmonies of #ADE73E
Complementary color
Monochromatic Colors of #ADE73E
Black with #ADE73E
Text Example
Text Example
White with #ADE73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE73E; }
p { color: rgb(173,231,62); }
H1.HeaderClassName
{
color: #ADE73E;
}
.AnyTagClassName
{
color: #ADE73E;
}
</style>
background-color css
<style>
a { background-color: #ADE73E; }
a { background-color: rgb(173,231,62); }
div.DivClassName
{
background-color: #ADE73E;
}
.BgClassName
{
background-color: #ADE73E;
}
</style>
border-color css
<style>
span { border-color: #ADE73E; }
span { border-color: rgb(173,231,62); }
td.TdClassName
{
border-color: #ADE73E;
}
.TagClassName
{
border-color: #ADE73E;
}
</style>