Shades of Conifer #AEDA6D
Tints of Conifer #AEDA6D
RGB
CMYK
RGB Variations
Color information
#AEDA6D (or 0xAEDA6D) is known color: Conifer. HEX triplet: AE, DA and 6D. RGB value is (174,218,109). Sum of RGB (Red+Green+Blue) = 174+218+109=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA6D is #512592. Grayscale: #C0C0C0. Windows color (decimal): -5318035 or 7199406. OLE color: 7199406.
HSL color Cylindrical-coordinate representation of color #AEDA6D: hue angle of 84.22º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDA6D is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 109 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.15 |
| HSL | 84.22º | 0.6% | 0.64% | - |
| HSV(B) | 84.22º | 0.5% | 0.85% | - |
| XYZ | 45.29 | 60.25 | 23.71 | - |
| YUV | 192.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 109 | 0.20 | 0 | 0.5 | 0.15 | 84.22 | 0.6 | 0.64 |
| Hex | AE | DA | 6D | 14 | 0 | 32 | F | 54 | 3C | 40 |
| Octal | 256 | 332 | 155 | 24 | 0 | 62 | 17 | 124 | 74 | 100 |
| Binary | 10101110 | 11011010 | 1101101 | 10100 | 0 | 110010 | 1111 | 1010100 | 111100 | 1000000 |
Color Harmonies of #AEDA6D
Complementary color
Monochromatic Colors of #AEDA6D
Black with #AEDA6D
Text Example
Text Example
White with #AEDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA6D; }
p { color: rgb(174,218,109); }
H1.HeaderClassName
{
color: #AEDA6D;
}
.AnyTagClassName
{
color: #AEDA6D;
}
</style>
background-color css
<style>
a { background-color: #AEDA6D; }
a { background-color: rgb(174,218,109); }
div.DivClassName
{
background-color: #AEDA6D;
}
.BgClassName
{
background-color: #AEDA6D;
}
</style>
border-color css
<style>
span { border-color: #AEDA6D; }
span { border-color: rgb(174,218,109); }
td.TdClassName
{
border-color: #AEDA6D;
}
.TagClassName
{
border-color: #AEDA6D;
}
</style>