Shades of Conifer #AEDC57
Tints of Conifer #AEDC57
RGB
CMYK
RGB Variations
Color information
#AEDC57 (or 0xAEDC57) is known color: Conifer. HEX triplet: AE, DC and 57. RGB value is (174,220,87). Sum of RGB (Red+Green+Blue) = 174+220+87=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC57 is #5123A8. Grayscale: #BFBFBF. Windows color (decimal): -5317545 or 5758126. OLE color: 5758126.
HSL color Cylindrical-coordinate representation of color #AEDC57: hue angle of 80.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEDC57 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 87 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.14 |
| HSL | 80.75º | 0.66% | 0.6% | - |
| HSV(B) | 80.75º | 0.6% | 0.86% | - |
| XYZ | 44.77 | 60.87 | 18.41 | - |
| YUV | 191.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 87 | 0.21 | 0 | 0.60 | 0.14 | 80.75 | 0.66 | 0.6 |
| Hex | AE | DC | 57 | 15 | 0 | 3C | E | 51 | 42 | 3C |
| Octal | 256 | 334 | 127 | 25 | 0 | 74 | 16 | 121 | 102 | 74 |
| Binary | 10101110 | 11011100 | 1010111 | 10101 | 0 | 111100 | 1110 | 1010001 | 1000010 | 111100 |
Color Harmonies of #AEDC57
Complementary color
Monochromatic Colors of #AEDC57
Black with #AEDC57
Text Example
Text Example
White with #AEDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC57; }
p { color: rgb(174,220,87); }
H1.HeaderClassName
{
color: #AEDC57;
}
.AnyTagClassName
{
color: #AEDC57;
}
</style>
background-color css
<style>
a { background-color: #AEDC57; }
a { background-color: rgb(174,220,87); }
div.DivClassName
{
background-color: #AEDC57;
}
.BgClassName
{
background-color: #AEDC57;
}
</style>
border-color css
<style>
span { border-color: #AEDC57; }
span { border-color: rgb(174,220,87); }
td.TdClassName
{
border-color: #AEDC57;
}
.TagClassName
{
border-color: #AEDC57;
}
</style>