Shades of Conifer #AED166
Tints of Conifer #AED166
RGB
CMYK
RGB Variations
Color information
#AED166 (or 0xAED166) is known color: Conifer. HEX triplet: AE, D1 and 66. RGB value is (174,209,102). Sum of RGB (Red+Green+Blue) = 174+209+102=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #AED166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED166 is #512E99. Grayscale: #BABABA. Windows color (decimal): -5320346 or 6738350. OLE color: 6738350.
HSL color Cylindrical-coordinate representation of color #AED166: hue angle of 79.63º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AED166 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 102 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.18 |
| HSL | 79.63º | 0.54% | 0.61% | - |
| HSV(B) | 79.63º | 0.51% | 0.82% | - |
| XYZ | 42.65 | 55.56 | 21.05 | - |
| YUV | 186.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 102 | 0.17 | 0 | 0.51 | 0.18 | 79.63 | 0.54 | 0.61 |
| Hex | AE | D1 | 66 | 11 | 0 | 33 | 12 | 50 | 36 | 3D |
| Octal | 256 | 321 | 146 | 21 | 0 | 63 | 22 | 120 | 66 | 75 |
| Binary | 10101110 | 11010001 | 1100110 | 10001 | 0 | 110011 | 10010 | 1010000 | 110110 | 111101 |
Color Harmonies of #AED166
Complementary color
Monochromatic Colors of #AED166
Black with #AED166
Text Example
Text Example
White with #AED166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED166; }
p { color: rgb(174,209,102); }
H1.HeaderClassName
{
color: #AED166;
}
.AnyTagClassName
{
color: #AED166;
}
</style>
background-color css
<style>
a { background-color: #AED166; }
a { background-color: rgb(174,209,102); }
div.DivClassName
{
background-color: #AED166;
}
.BgClassName
{
background-color: #AED166;
}
</style>
border-color css
<style>
span { border-color: #AED166; }
span { border-color: rgb(174,209,102); }
td.TdClassName
{
border-color: #AED166;
}
.TagClassName
{
border-color: #AED166;
}
</style>