Shades of Conifer #ADE53C
Tints of Conifer #ADE53C
RGB
CMYK
RGB Variations
Color information
#ADE53C (or 0xADE53C) is known color: Conifer. HEX triplet: AD, E5 and 3C. RGB value is (173,229,60). Sum of RGB (Red+Green+Blue) = 173+229+60=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE53C is #521AC3. Grayscale: #C1C1C1. Windows color (decimal): -5380804 or 3990957. OLE color: 3990957.
HSL color Cylindrical-coordinate representation of color #ADE53C: hue angle of 79.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE53C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 60 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.10 |
| HSL | 79.88º | 0.76% | 0.57% | - |
| HSV(B) | 79.88º | 0.74% | 0.9% | - |
| XYZ | 46.07 | 65.25 | 14.44 | - |
| YUV | 192.99 | 52.95 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 60 | 0.24 | 0 | 0.74 | 0.10 | 79.88 | 0.76 | 0.57 |
| Hex | AD | E5 | 3C | 18 | 0 | 4A | A | 50 | 4C | 39 |
| Octal | 255 | 345 | 74 | 30 | 0 | 112 | 12 | 120 | 114 | 71 |
| Binary | 10101101 | 11100101 | 111100 | 11000 | 0 | 1001010 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #ADE53C
Complementary color
Monochromatic Colors of #ADE53C
Black with #ADE53C
Text Example
Text Example
White with #ADE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE53C; }
p { color: rgb(173,229,60); }
H1.HeaderClassName
{
color: #ADE53C;
}
.AnyTagClassName
{
color: #ADE53C;
}
</style>
background-color css
<style>
a { background-color: #ADE53C; }
a { background-color: rgb(173,229,60); }
div.DivClassName
{
background-color: #ADE53C;
}
.BgClassName
{
background-color: #ADE53C;
}
</style>
border-color css
<style>
span { border-color: #ADE53C; }
span { border-color: rgb(173,229,60); }
td.TdClassName
{
border-color: #ADE53C;
}
.TagClassName
{
border-color: #ADE53C;
}
</style>