Shades of Conifer #AEDC66
Tints of Conifer #AEDC66
RGB
CMYK
RGB Variations
Color information
#AEDC66 (or 0xAEDC66) is known color: Conifer. HEX triplet: AE, DC and 66. RGB value is (174,220,102). Sum of RGB (Red+Green+Blue) = 174+220+102=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC66 is #512399. Grayscale: #C1C1C1. Windows color (decimal): -5317530 or 6741166. OLE color: 6741166.
HSL color Cylindrical-coordinate representation of color #AEDC66: hue angle of 83.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEDC66 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 102 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.14 |
| HSL | 83.39º | 0.63% | 0.63% | - |
| HSV(B) | 83.39º | 0.54% | 0.86% | - |
| XYZ | 45.45 | 61.14 | 21.98 | - |
| YUV | 192.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 102 | 0.21 | 0 | 0.54 | 0.14 | 83.39 | 0.63 | 0.63 |
| Hex | AE | DC | 66 | 15 | 0 | 36 | E | 53 | 3F | 3F |
| Octal | 256 | 334 | 146 | 25 | 0 | 66 | 16 | 123 | 77 | 77 |
| Binary | 10101110 | 11011100 | 1100110 | 10101 | 0 | 110110 | 1110 | 1010011 | 111111 | 111111 |
Color Harmonies of #AEDC66
Complementary color
Monochromatic Colors of #AEDC66
Black with #AEDC66
Text Example
Text Example
White with #AEDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC66; }
p { color: rgb(174,220,102); }
H1.HeaderClassName
{
color: #AEDC66;
}
.AnyTagClassName
{
color: #AEDC66;
}
</style>
background-color css
<style>
a { background-color: #AEDC66; }
a { background-color: rgb(174,220,102); }
div.DivClassName
{
background-color: #AEDC66;
}
.BgClassName
{
background-color: #AEDC66;
}
</style>
border-color css
<style>
span { border-color: #AEDC66; }
span { border-color: rgb(174,220,102); }
td.TdClassName
{
border-color: #AEDC66;
}
.TagClassName
{
border-color: #AEDC66;
}
</style>