Shades of Conifer #AEDB69
Tints of Conifer #AEDB69
RGB
CMYK
RGB Variations
Color information
#AEDB69 (or 0xAEDB69) is known color: Conifer. HEX triplet: AE, DB and 69. RGB value is (174,219,105). Sum of RGB (Red+Green+Blue) = 174+219+105=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB69 is #512496. Grayscale: #C0C0C0. Windows color (decimal): -5317783 or 6937518. OLE color: 6937518.
HSL color Cylindrical-coordinate representation of color #AEDB69: hue angle of 83.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDB69 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 105 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.14 |
| HSL | 83.68º | 0.61% | 0.64% | - |
| HSV(B) | 83.68º | 0.52% | 0.86% | - |
| XYZ | 45.34 | 60.68 | 22.69 | - |
| YUV | 192.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 105 | 0.21 | 0 | 0.52 | 0.14 | 83.68 | 0.61 | 0.64 |
| Hex | AE | DB | 69 | 15 | 0 | 34 | E | 54 | 3D | 40 |
| Octal | 256 | 333 | 151 | 25 | 0 | 64 | 16 | 124 | 75 | 100 |
| Binary | 10101110 | 11011011 | 1101001 | 10101 | 0 | 110100 | 1110 | 1010100 | 111101 | 1000000 |
Color Harmonies of #AEDB69
Complementary color
Monochromatic Colors of #AEDB69
Black with #AEDB69
Text Example
Text Example
White with #AEDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB69; }
p { color: rgb(174,219,105); }
H1.HeaderClassName
{
color: #AEDB69;
}
.AnyTagClassName
{
color: #AEDB69;
}
</style>
background-color css
<style>
a { background-color: #AEDB69; }
a { background-color: rgb(174,219,105); }
div.DivClassName
{
background-color: #AEDB69;
}
.BgClassName
{
background-color: #AEDB69;
}
</style>
border-color css
<style>
span { border-color: #AEDB69; }
span { border-color: rgb(174,219,105); }
td.TdClassName
{
border-color: #AEDB69;
}
.TagClassName
{
border-color: #AEDB69;
}
</style>