Shades of Conifer #AEDB6D
Tints of Conifer #AEDB6D
RGB
CMYK
RGB Variations
Color information
#AEDB6D (or 0xAEDB6D) is known color: Conifer. HEX triplet: AE, DB and 6D. RGB value is (174,219,109). Sum of RGB (Red+Green+Blue) = 174+219+109=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6D is #512492. Grayscale: #C1C1C1. Windows color (decimal): -5317779 or 7199662. OLE color: 7199662.
HSL color Cylindrical-coordinate representation of color #AEDB6D: hue angle of 84.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDB6D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 109 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.14 |
| HSL | 84.55º | 0.6% | 0.64% | - |
| HSV(B) | 84.55º | 0.5% | 0.86% | - |
| XYZ | 45.55 | 60.77 | 23.8 | - |
| YUV | 193.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 109 | 0.21 | 0 | 0.50 | 0.14 | 84.55 | 0.6 | 0.64 |
| Hex | AE | DB | 6D | 15 | 0 | 32 | E | 55 | 3C | 40 |
| Octal | 256 | 333 | 155 | 25 | 0 | 62 | 16 | 125 | 74 | 100 |
| Binary | 10101110 | 11011011 | 1101101 | 10101 | 0 | 110010 | 1110 | 1010101 | 111100 | 1000000 |
Color Harmonies of #AEDB6D
Complementary color
Monochromatic Colors of #AEDB6D
Black with #AEDB6D
Text Example
Text Example
White with #AEDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB6D; }
p { color: rgb(174,219,109); }
H1.HeaderClassName
{
color: #AEDB6D;
}
.AnyTagClassName
{
color: #AEDB6D;
}
</style>
background-color css
<style>
a { background-color: #AEDB6D; }
a { background-color: rgb(174,219,109); }
div.DivClassName
{
background-color: #AEDB6D;
}
.BgClassName
{
background-color: #AEDB6D;
}
</style>
border-color css
<style>
span { border-color: #AEDB6D; }
span { border-color: rgb(174,219,109); }
td.TdClassName
{
border-color: #AEDB6D;
}
.TagClassName
{
border-color: #AEDB6D;
}
</style>