Shades of Conifer #AEDC6D
Tints of Conifer #AEDC6D
RGB
CMYK
RGB Variations
Color information
#AEDC6D (or 0xAEDC6D) is known color: Conifer. HEX triplet: AE, DC and 6D. RGB value is (174,220,109). Sum of RGB (Red+Green+Blue) = 174+220+109=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC6D is #512392. Grayscale: #C1C1C1. Windows color (decimal): -5317523 or 7199918. OLE color: 7199918.
HSL color Cylindrical-coordinate representation of color #AEDC6D: hue angle of 84.86º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDC6D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 109 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.14 |
| HSL | 84.86º | 0.61% | 0.65% | - |
| HSV(B) | 84.86º | 0.5% | 0.86% | - |
| XYZ | 45.81 | 61.29 | 23.88 | - |
| YUV | 193.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 109 | 0.21 | 0 | 0.50 | 0.14 | 84.86 | 0.61 | 0.65 |
| Hex | AE | DC | 6D | 15 | 0 | 32 | E | 55 | 3D | 41 |
| Octal | 256 | 334 | 155 | 25 | 0 | 62 | 16 | 125 | 75 | 101 |
| Binary | 10101110 | 11011100 | 1101101 | 10101 | 0 | 110010 | 1110 | 1010101 | 111101 | 1000001 |
Color Harmonies of #AEDC6D
Complementary color
Monochromatic Colors of #AEDC6D
Black with #AEDC6D
Text Example
Text Example
White with #AEDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC6D; }
p { color: rgb(174,220,109); }
H1.HeaderClassName
{
color: #AEDC6D;
}
.AnyTagClassName
{
color: #AEDC6D;
}
</style>
background-color css
<style>
a { background-color: #AEDC6D; }
a { background-color: rgb(174,220,109); }
div.DivClassName
{
background-color: #AEDC6D;
}
.BgClassName
{
background-color: #AEDC6D;
}
</style>
border-color css
<style>
span { border-color: #AEDC6D; }
span { border-color: rgb(174,220,109); }
td.TdClassName
{
border-color: #AEDC6D;
}
.TagClassName
{
border-color: #AEDC6D;
}
</style>