Shades of Conifer #ADE13C
Tints of Conifer #ADE13C
RGB
CMYK
RGB Variations
Color information
#ADE13C (or 0xADE13C) is known color: Conifer. HEX triplet: AD, E1 and 3C. RGB value is (173,225,60). Sum of RGB (Red+Green+Blue) = 173+225+60=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE13C is #521EC3. Grayscale: #BFBFBF. Windows color (decimal): -5381828 or 3989933. OLE color: 3989933.
HSL color Cylindrical-coordinate representation of color #ADE13C: hue angle of 78.91º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE13C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.12 |
| HSL | 78.91º | 0.73% | 0.56% | - |
| HSV(B) | 78.91º | 0.73% | 0.88% | - |
| XYZ | 44.97 | 63.06 | 14.08 | - |
| YUV | 190.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 60 | 0.23 | 0 | 0.73 | 0.12 | 78.91 | 0.73 | 0.56 |
| Hex | AD | E1 | 3C | 17 | 0 | 49 | C | 4F | 49 | 38 |
| Octal | 255 | 341 | 74 | 27 | 0 | 111 | 14 | 117 | 111 | 70 |
| Binary | 10101101 | 11100001 | 111100 | 10111 | 0 | 1001001 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ADE13C
Complementary color
Monochromatic Colors of #ADE13C
Black with #ADE13C
Text Example
Text Example
White with #ADE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE13C; }
p { color: rgb(173,225,60); }
H1.HeaderClassName
{
color: #ADE13C;
}
.AnyTagClassName
{
color: #ADE13C;
}
</style>
background-color css
<style>
a { background-color: #ADE13C; }
a { background-color: rgb(173,225,60); }
div.DivClassName
{
background-color: #ADE13C;
}
.BgClassName
{
background-color: #ADE13C;
}
</style>
border-color css
<style>
span { border-color: #ADE13C; }
span { border-color: rgb(173,225,60); }
td.TdClassName
{
border-color: #ADE13C;
}
.TagClassName
{
border-color: #ADE13C;
}
</style>