Shades of Conifer #ADE23D
Tints of Conifer #ADE23D
RGB
CMYK
RGB Variations
Color information
#ADE23D (or 0xADE23D) is known color: Conifer. HEX triplet: AD, E2 and 3D. RGB value is (173,226,61). Sum of RGB (Red+Green+Blue) = 173+226+61=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE23D is #521DC2. Grayscale: #BFBFBF. Windows color (decimal): -5381571 or 4055725. OLE color: 4055725.
HSL color Cylindrical-coordinate representation of color #ADE23D: hue angle of 79.27º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE23D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.11 |
| HSL | 79.27º | 0.74% | 0.56% | - |
| HSV(B) | 79.27º | 0.73% | 0.89% | - |
| XYZ | 45.27 | 63.61 | 14.31 | - |
| YUV | 191.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 61 | 0.23 | 0 | 0.73 | 0.11 | 79.27 | 0.74 | 0.56 |
| Hex | AD | E2 | 3D | 17 | 0 | 49 | B | 4F | 4A | 38 |
| Octal | 255 | 342 | 75 | 27 | 0 | 111 | 13 | 117 | 112 | 70 |
| Binary | 10101101 | 11100010 | 111101 | 10111 | 0 | 1001001 | 1011 | 1001111 | 1001010 | 111000 |
Color Harmonies of #ADE23D
Complementary color
Monochromatic Colors of #ADE23D
Black with #ADE23D
Text Example
Text Example
White with #ADE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE23D; }
p { color: rgb(173,226,61); }
H1.HeaderClassName
{
color: #ADE23D;
}
.AnyTagClassName
{
color: #ADE23D;
}
</style>
background-color css
<style>
a { background-color: #ADE23D; }
a { background-color: rgb(173,226,61); }
div.DivClassName
{
background-color: #ADE23D;
}
.BgClassName
{
background-color: #ADE23D;
}
</style>
border-color css
<style>
span { border-color: #ADE23D; }
span { border-color: rgb(173,226,61); }
td.TdClassName
{
border-color: #ADE23D;
}
.TagClassName
{
border-color: #ADE23D;
}
</style>