Shades of Conifer #AEDA62
Tints of Conifer #AEDA62
RGB
CMYK
RGB Variations
Color information
#AEDA62 (or 0xAEDA62) is known color: Conifer. HEX triplet: AE, DA and 62. RGB value is (174,218,98). Sum of RGB (Red+Green+Blue) = 174+218+98=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA62 is #51259D. Grayscale: #BFBFBF. Windows color (decimal): -5318046 or 6478510. OLE color: 6478510.
HSL color Cylindrical-coordinate representation of color #AEDA62: hue angle of 82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDA62 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 98 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.15 |
| HSL | 82º | 0.62% | 0.62% | - |
| HSV(B) | 82º | 0.55% | 0.85% | - |
| XYZ | 44.73 | 60.02 | 20.78 | - |
| YUV | 191.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 98 | 0.20 | 0 | 0.55 | 0.15 | 82 | 0.62 | 0.62 |
| Hex | AE | DA | 62 | 14 | 0 | 37 | F | 52 | 3E | 3E |
| Octal | 256 | 332 | 142 | 24 | 0 | 67 | 17 | 122 | 76 | 76 |
| Binary | 10101110 | 11011010 | 1100010 | 10100 | 0 | 110111 | 1111 | 1010010 | 111110 | 111110 |
Color Harmonies of #AEDA62
Complementary color
Monochromatic Colors of #AEDA62
Black with #AEDA62
Text Example
Text Example
White with #AEDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA62; }
p { color: rgb(174,218,98); }
H1.HeaderClassName
{
color: #AEDA62;
}
.AnyTagClassName
{
color: #AEDA62;
}
</style>
background-color css
<style>
a { background-color: #AEDA62; }
a { background-color: rgb(174,218,98); }
div.DivClassName
{
background-color: #AEDA62;
}
.BgClassName
{
background-color: #AEDA62;
}
</style>
border-color css
<style>
span { border-color: #AEDA62; }
span { border-color: rgb(174,218,98); }
td.TdClassName
{
border-color: #AEDA62;
}
.TagClassName
{
border-color: #AEDA62;
}
</style>