Shades of Conifer #AEDC62
Tints of Conifer #AEDC62
RGB
CMYK
RGB Variations
Color information
#AEDC62 (or 0xAEDC62) is known color: Conifer. HEX triplet: AE, DC and 62. RGB value is (174,220,98). Sum of RGB (Red+Green+Blue) = 174+220+98=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC62 is #51239D. Grayscale: #C0C0C0. Windows color (decimal): -5317534 or 6479022. OLE color: 6479022.
HSL color Cylindrical-coordinate representation of color #AEDC62: hue angle of 82.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDC62 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 98 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.14 |
| HSL | 82.62º | 0.64% | 0.62% | - |
| HSV(B) | 82.62º | 0.55% | 0.86% | - |
| XYZ | 45.25 | 61.07 | 20.96 | - |
| YUV | 192.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 98 | 0.21 | 0 | 0.55 | 0.14 | 82.62 | 0.64 | 0.62 |
| Hex | AE | DC | 62 | 15 | 0 | 37 | E | 53 | 40 | 3E |
| Octal | 256 | 334 | 142 | 25 | 0 | 67 | 16 | 123 | 100 | 76 |
| Binary | 10101110 | 11011100 | 1100010 | 10101 | 0 | 110111 | 1110 | 1010011 | 1000000 | 111110 |
Color Harmonies of #AEDC62
Complementary color
Monochromatic Colors of #AEDC62
Black with #AEDC62
Text Example
Text Example
White with #AEDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC62; }
p { color: rgb(174,220,98); }
H1.HeaderClassName
{
color: #AEDC62;
}
.AnyTagClassName
{
color: #AEDC62;
}
</style>
background-color css
<style>
a { background-color: #AEDC62; }
a { background-color: rgb(174,220,98); }
div.DivClassName
{
background-color: #AEDC62;
}
.BgClassName
{
background-color: #AEDC62;
}
</style>
border-color css
<style>
span { border-color: #AEDC62; }
span { border-color: rgb(174,220,98); }
td.TdClassName
{
border-color: #AEDC62;
}
.TagClassName
{
border-color: #AEDC62;
}
</style>