Shades of Conifer #AEDC4D
Tints of Conifer #AEDC4D
RGB
CMYK
RGB Variations
Color information
#AEDC4D (or 0xAEDC4D) is known color: Conifer. HEX triplet: AE, DC and 4D. RGB value is (174,220,77). Sum of RGB (Red+Green+Blue) = 174+220+77=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC4D is #5123B2. Grayscale: #BEBEBE. Windows color (decimal): -5317555 or 5102766. OLE color: 5102766.
HSL color Cylindrical-coordinate representation of color #AEDC4D: hue angle of 79.3º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEDC4D is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 77 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 79.3º | 0.67% | 0.58% | - |
| HSV(B) | 79.3º | 0.65% | 0.86% | - |
| XYZ | 44.39 | 60.72 | 16.4 | - |
| YUV | 189.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 77 | 0.21 | 0 | 0.65 | 0.14 | 79.3 | 0.67 | 0.58 |
| Hex | AE | DC | 4D | 15 | 0 | 41 | E | 4F | 43 | 3A |
| Octal | 256 | 334 | 115 | 25 | 0 | 101 | 16 | 117 | 103 | 72 |
| Binary | 10101110 | 11011100 | 1001101 | 10101 | 0 | 1000001 | 1110 | 1001111 | 1000011 | 111010 |
Color Harmonies of #AEDC4D
Complementary color
Monochromatic Colors of #AEDC4D
Black with #AEDC4D
Text Example
Text Example
White with #AEDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC4D; }
p { color: rgb(174,220,77); }
H1.HeaderClassName
{
color: #AEDC4D;
}
.AnyTagClassName
{
color: #AEDC4D;
}
</style>
background-color css
<style>
a { background-color: #AEDC4D; }
a { background-color: rgb(174,220,77); }
div.DivClassName
{
background-color: #AEDC4D;
}
.BgClassName
{
background-color: #AEDC4D;
}
</style>
border-color css
<style>
span { border-color: #AEDC4D; }
span { border-color: rgb(174,220,77); }
td.TdClassName
{
border-color: #AEDC4D;
}
.TagClassName
{
border-color: #AEDC4D;
}
</style>