Shades of Conifer #ADE46A
Tints of Conifer #ADE46A
RGB
CMYK
RGB Variations
Color information
#ADE46A (or 0xADE46A) is known color: Conifer. HEX triplet: AD, E4 and 6A. RGB value is (173,228,106). Sum of RGB (Red+Green+Blue) = 173+228+106=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46A is #521B95. Grayscale: #C6C6C6. Windows color (decimal): -5381014 or 7005357. OLE color: 7005357.
HSL color Cylindrical-coordinate representation of color #ADE46A: hue angle of 87.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE46A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 106 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.11 |
| HSL | 87.05º | 0.69% | 0.65% | - |
| HSV(B) | 87.05º | 0.54% | 0.89% | - |
| XYZ | 47.58 | 65.41 | 23.75 | - |
| YUV | 197.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 106 | 0.24 | 0 | 0.54 | 0.11 | 87.05 | 0.69 | 0.65 |
| Hex | AD | E4 | 6A | 18 | 0 | 36 | B | 57 | 45 | 41 |
| Octal | 255 | 344 | 152 | 30 | 0 | 66 | 13 | 127 | 105 | 101 |
| Binary | 10101101 | 11100100 | 1101010 | 11000 | 0 | 110110 | 1011 | 1010111 | 1000101 | 1000001 |
Color Harmonies of #ADE46A
Complementary color
Monochromatic Colors of #ADE46A
Black with #ADE46A
Text Example
Text Example
White with #ADE46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46A; }
p { color: rgb(173,228,106); }
H1.HeaderClassName
{
color: #ADE46A;
}
.AnyTagClassName
{
color: #ADE46A;
}
</style>
background-color css
<style>
a { background-color: #ADE46A; }
a { background-color: rgb(173,228,106); }
div.DivClassName
{
background-color: #ADE46A;
}
.BgClassName
{
background-color: #ADE46A;
}
</style>
border-color css
<style>
span { border-color: #ADE46A; }
span { border-color: rgb(173,228,106); }
td.TdClassName
{
border-color: #ADE46A;
}
.TagClassName
{
border-color: #ADE46A;
}
</style>