Shades of Conifer #AEDB6C
Tints of Conifer #AEDB6C
RGB
CMYK
RGB Variations
Color information
#AEDB6C (or 0xAEDB6C) is known color: Conifer. HEX triplet: AE, DB and 6C. RGB value is (174,219,108). Sum of RGB (Red+Green+Blue) = 174+219+108=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6C is #512493. Grayscale: #C1C1C1. Windows color (decimal): -5317780 or 7134126. OLE color: 7134126.
HSL color Cylindrical-coordinate representation of color #AEDB6C: hue angle of 84.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEDB6C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 108 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 84.32º | 0.61% | 0.64% | - |
| HSV(B) | 84.32º | 0.51% | 0.86% | - |
| XYZ | 45.49 | 60.74 | 23.51 | - |
| YUV | 192.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 108 | 0.21 | 0 | 0.51 | 0.14 | 84.32 | 0.61 | 0.64 |
| Hex | AE | DB | 6C | 15 | 0 | 33 | E | 54 | 3D | 40 |
| Octal | 256 | 333 | 154 | 25 | 0 | 63 | 16 | 124 | 75 | 100 |
| Binary | 10101110 | 11011011 | 1101100 | 10101 | 0 | 110011 | 1110 | 1010100 | 111101 | 1000000 |
Color Harmonies of #AEDB6C
Complementary color
Monochromatic Colors of #AEDB6C
Black with #AEDB6C
Text Example
Text Example
White with #AEDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB6C; }
p { color: rgb(174,219,108); }
H1.HeaderClassName
{
color: #AEDB6C;
}
.AnyTagClassName
{
color: #AEDB6C;
}
</style>
background-color css
<style>
a { background-color: #AEDB6C; }
a { background-color: rgb(174,219,108); }
div.DivClassName
{
background-color: #AEDB6C;
}
.BgClassName
{
background-color: #AEDB6C;
}
</style>
border-color css
<style>
span { border-color: #AEDB6C; }
span { border-color: rgb(174,219,108); }
td.TdClassName
{
border-color: #AEDB6C;
}
.TagClassName
{
border-color: #AEDB6C;
}
</style>