Shades of Conifer #ADE83F
Tints of Conifer #ADE83F
RGB
CMYK
RGB Variations
Color information
#ADE83F (or 0xADE83F) is known color: Conifer. HEX triplet: AD, E8 and 3F. RGB value is (173,232,63). Sum of RGB (Red+Green+Blue) = 173+232+63=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE83F is #5217C0. Grayscale: #C3C3C3. Windows color (decimal): -5380033 or 4188333. OLE color: 4188333.
HSL color Cylindrical-coordinate representation of color #ADE83F: hue angle of 80.95º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE83F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 63 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.09 |
| HSL | 80.95º | 0.79% | 0.58% | - |
| HSV(B) | 80.95º | 0.73% | 0.91% | - |
| XYZ | 46.99 | 66.96 | 15.15 | - |
| YUV | 195.09 | 53.45 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 63 | 0.25 | 0 | 0.73 | 0.09 | 80.95 | 0.79 | 0.58 |
| Hex | AD | E8 | 3F | 19 | 0 | 49 | 9 | 51 | 4F | 3A |
| Octal | 255 | 350 | 77 | 31 | 0 | 111 | 11 | 121 | 117 | 72 |
| Binary | 10101101 | 11101000 | 111111 | 11001 | 0 | 1001001 | 1001 | 1010001 | 1001111 | 111010 |
Color Harmonies of #ADE83F
Complementary color
Monochromatic Colors of #ADE83F
Black with #ADE83F
Text Example
Text Example
White with #ADE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE83F; }
p { color: rgb(173,232,63); }
H1.HeaderClassName
{
color: #ADE83F;
}
.AnyTagClassName
{
color: #ADE83F;
}
</style>
background-color css
<style>
a { background-color: #ADE83F; }
a { background-color: rgb(173,232,63); }
div.DivClassName
{
background-color: #ADE83F;
}
.BgClassName
{
background-color: #ADE83F;
}
</style>
border-color css
<style>
span { border-color: #ADE83F; }
span { border-color: rgb(173,232,63); }
td.TdClassName
{
border-color: #ADE83F;
}
.TagClassName
{
border-color: #ADE83F;
}
</style>