Shades of Conifer #ADE55C
Tints of Conifer #ADE55C
RGB
CMYK
RGB Variations
Color information
#ADE55C (or 0xADE55C) is known color: Conifer. HEX triplet: AD, E5 and 5C. RGB value is (173,229,92). Sum of RGB (Red+Green+Blue) = 173+229+92=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE55C is #521AA3. Grayscale: #C5C5C5. Windows color (decimal): -5380772 or 6088109. OLE color: 6088109.
HSL color Cylindrical-coordinate representation of color #ADE55C: hue angle of 84.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE55C is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 92 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.10 |
| HSL | 84.53º | 0.72% | 0.63% | - |
| HSV(B) | 84.53º | 0.6% | 0.9% | - |
| XYZ | 47.18 | 65.7 | 20.32 | - |
| YUV | 196.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 92 | 0.24 | 0 | 0.60 | 0.10 | 84.53 | 0.72 | 0.63 |
| Hex | AD | E5 | 5C | 18 | 0 | 3C | A | 55 | 48 | 3F |
| Octal | 255 | 345 | 134 | 30 | 0 | 74 | 12 | 125 | 110 | 77 |
| Binary | 10101101 | 11100101 | 1011100 | 11000 | 0 | 111100 | 1010 | 1010101 | 1001000 | 111111 |
Color Harmonies of #ADE55C
Complementary color
Monochromatic Colors of #ADE55C
Black with #ADE55C
Text Example
Text Example
White with #ADE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE55C; }
p { color: rgb(173,229,92); }
H1.HeaderClassName
{
color: #ADE55C;
}
.AnyTagClassName
{
color: #ADE55C;
}
</style>
background-color css
<style>
a { background-color: #ADE55C; }
a { background-color: rgb(173,229,92); }
div.DivClassName
{
background-color: #ADE55C;
}
.BgClassName
{
background-color: #ADE55C;
}
</style>
border-color css
<style>
span { border-color: #ADE55C; }
span { border-color: rgb(173,229,92); }
td.TdClassName
{
border-color: #ADE55C;
}
.TagClassName
{
border-color: #ADE55C;
}
</style>