Shades of Conifer #AEDC54
Tints of Conifer #AEDC54
RGB
CMYK
RGB Variations
Color information
#AEDC54 (or 0xAEDC54) is known color: Conifer. HEX triplet: AE, DC and 54. RGB value is (174,220,84). Sum of RGB (Red+Green+Blue) = 174+220+84=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC54 is #5123AB. Grayscale: #BFBFBF. Windows color (decimal): -5317548 or 5561518. OLE color: 5561518.
HSL color Cylindrical-coordinate representation of color #AEDC54: hue angle of 80.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEDC54 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 84 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.14 |
| HSL | 80.29º | 0.66% | 0.6% | - |
| HSV(B) | 80.29º | 0.62% | 0.86% | - |
| XYZ | 44.65 | 60.83 | 17.77 | - |
| YUV | 190.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 84 | 0.21 | 0 | 0.62 | 0.14 | 80.29 | 0.66 | 0.6 |
| Hex | AE | DC | 54 | 15 | 0 | 3E | E | 50 | 42 | 3C |
| Octal | 256 | 334 | 124 | 25 | 0 | 76 | 16 | 120 | 102 | 74 |
| Binary | 10101110 | 11011100 | 1010100 | 10101 | 0 | 111110 | 1110 | 1010000 | 1000010 | 111100 |
Color Harmonies of #AEDC54
Complementary color
Monochromatic Colors of #AEDC54
Black with #AEDC54
Text Example
Text Example
White with #AEDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC54; }
p { color: rgb(174,220,84); }
H1.HeaderClassName
{
color: #AEDC54;
}
.AnyTagClassName
{
color: #AEDC54;
}
</style>
background-color css
<style>
a { background-color: #AEDC54; }
a { background-color: rgb(174,220,84); }
div.DivClassName
{
background-color: #AEDC54;
}
.BgClassName
{
background-color: #AEDC54;
}
</style>
border-color css
<style>
span { border-color: #AEDC54; }
span { border-color: rgb(174,220,84); }
td.TdClassName
{
border-color: #AEDC54;
}
.TagClassName
{
border-color: #AEDC54;
}
</style>