Shades of Conifer #ADE13F
Tints of Conifer #ADE13F
RGB
CMYK
RGB Variations
Color information
#ADE13F (or 0xADE13F) is known color: Conifer. HEX triplet: AD, E1 and 3F. RGB value is (173,225,63). Sum of RGB (Red+Green+Blue) = 173+225+63=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE13F is #521EC0. Grayscale: #BFBFBF. Windows color (decimal): -5381825 or 4186541. OLE color: 4186541.
HSL color Cylindrical-coordinate representation of color #ADE13F: hue angle of 79.26º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE13F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 63 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.12 |
| HSL | 79.26º | 0.73% | 0.56% | - |
| HSV(B) | 79.26º | 0.72% | 0.88% | - |
| XYZ | 45.06 | 63.09 | 14.51 | - |
| YUV | 190.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 63 | 0.23 | 0 | 0.72 | 0.12 | 79.26 | 0.73 | 0.56 |
| Hex | AD | E1 | 3F | 17 | 0 | 48 | C | 4F | 49 | 38 |
| Octal | 255 | 341 | 77 | 27 | 0 | 110 | 14 | 117 | 111 | 70 |
| Binary | 10101101 | 11100001 | 111111 | 10111 | 0 | 1001000 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ADE13F
Complementary color
Monochromatic Colors of #ADE13F
Black with #ADE13F
Text Example
Text Example
White with #ADE13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE13F; }
p { color: rgb(173,225,63); }
H1.HeaderClassName
{
color: #ADE13F;
}
.AnyTagClassName
{
color: #ADE13F;
}
</style>
background-color css
<style>
a { background-color: #ADE13F; }
a { background-color: rgb(173,225,63); }
div.DivClassName
{
background-color: #ADE13F;
}
.BgClassName
{
background-color: #ADE13F;
}
</style>
border-color css
<style>
span { border-color: #ADE13F; }
span { border-color: rgb(173,225,63); }
td.TdClassName
{
border-color: #ADE13F;
}
.TagClassName
{
border-color: #ADE13F;
}
</style>