Shades of Conifer #AEDC55
Tints of Conifer #AEDC55
RGB
CMYK
RGB Variations
Color information
#AEDC55 (or 0xAEDC55) is known color: Conifer. HEX triplet: AE, DC and 55. RGB value is (174,220,85). Sum of RGB (Red+Green+Blue) = 174+220+85=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC55 is #5123AA. Grayscale: #BFBFBF. Windows color (decimal): -5317547 or 5627054. OLE color: 5627054.
HSL color Cylindrical-coordinate representation of color #AEDC55: hue angle of 80.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDC55 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 85 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.14 |
| HSL | 80.44º | 0.66% | 0.6% | - |
| HSV(B) | 80.44º | 0.61% | 0.86% | - |
| XYZ | 44.69 | 60.84 | 17.98 | - |
| YUV | 190.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 85 | 0.21 | 0 | 0.61 | 0.14 | 80.44 | 0.66 | 0.6 |
| Hex | AE | DC | 55 | 15 | 0 | 3D | E | 50 | 42 | 3C |
| Octal | 256 | 334 | 125 | 25 | 0 | 75 | 16 | 120 | 102 | 74 |
| Binary | 10101110 | 11011100 | 1010101 | 10101 | 0 | 111101 | 1110 | 1010000 | 1000010 | 111100 |
Color Harmonies of #AEDC55
Complementary color
Monochromatic Colors of #AEDC55
Black with #AEDC55
Text Example
Text Example
White with #AEDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC55; }
p { color: rgb(174,220,85); }
H1.HeaderClassName
{
color: #AEDC55;
}
.AnyTagClassName
{
color: #AEDC55;
}
</style>
background-color css
<style>
a { background-color: #AEDC55; }
a { background-color: rgb(174,220,85); }
div.DivClassName
{
background-color: #AEDC55;
}
.BgClassName
{
background-color: #AEDC55;
}
</style>
border-color css
<style>
span { border-color: #AEDC55; }
span { border-color: rgb(174,220,85); }
td.TdClassName
{
border-color: #AEDC55;
}
.TagClassName
{
border-color: #AEDC55;
}
</style>