Shades of Conifer #ADE46B
Tints of Conifer #ADE46B
RGB
CMYK
RGB Variations
Color information
#ADE46B (or 0xADE46B) is known color: Conifer. HEX triplet: AD, E4 and 6B. RGB value is (173,228,107). Sum of RGB (Red+Green+Blue) = 173+228+107=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46B is #521B94. Grayscale: #C6C6C6. Windows color (decimal): -5381013 or 7070893. OLE color: 7070893.
HSL color Cylindrical-coordinate representation of color #ADE46B: hue angle of 87.27º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE46B is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 107 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.11 |
| HSL | 87.27º | 0.69% | 0.66% | - |
| HSV(B) | 87.27º | 0.53% | 0.89% | - |
| XYZ | 47.63 | 65.43 | 24.03 | - |
| YUV | 197.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 107 | 0.24 | 0 | 0.53 | 0.11 | 87.27 | 0.69 | 0.66 |
| Hex | AD | E4 | 6B | 18 | 0 | 35 | B | 57 | 45 | 42 |
| Octal | 255 | 344 | 153 | 30 | 0 | 65 | 13 | 127 | 105 | 102 |
| Binary | 10101101 | 11100100 | 1101011 | 11000 | 0 | 110101 | 1011 | 1010111 | 1000101 | 1000010 |
Color Harmonies of #ADE46B
Complementary color
Monochromatic Colors of #ADE46B
Black with #ADE46B
Text Example
Text Example
White with #ADE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46B; }
p { color: rgb(173,228,107); }
H1.HeaderClassName
{
color: #ADE46B;
}
.AnyTagClassName
{
color: #ADE46B;
}
</style>
background-color css
<style>
a { background-color: #ADE46B; }
a { background-color: rgb(173,228,107); }
div.DivClassName
{
background-color: #ADE46B;
}
.BgClassName
{
background-color: #ADE46B;
}
</style>
border-color css
<style>
span { border-color: #ADE46B; }
span { border-color: rgb(173,228,107); }
td.TdClassName
{
border-color: #ADE46B;
}
.TagClassName
{
border-color: #ADE46B;
}
</style>