Shades of Conifer #AEDA68
Tints of Conifer #AEDA68
RGB
CMYK
RGB Variations
Color information
#AEDA68 (or 0xAEDA68) is known color: Conifer. HEX triplet: AE, DA and 68. RGB value is (174,218,104). Sum of RGB (Red+Green+Blue) = 174+218+104=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA68 is #512597. Grayscale: #C0C0C0. Windows color (decimal): -5318040 or 6871726. OLE color: 6871726.
HSL color Cylindrical-coordinate representation of color #AEDA68: hue angle of 83.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDA68 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 104 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 83.16º | 0.61% | 0.63% | - |
| HSV(B) | 83.16º | 0.52% | 0.85% | - |
| XYZ | 45.03 | 60.14 | 22.33 | - |
| YUV | 191.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 104 | 0.20 | 0 | 0.52 | 0.15 | 83.16 | 0.61 | 0.63 |
| Hex | AE | DA | 68 | 14 | 0 | 34 | F | 53 | 3D | 3F |
| Octal | 256 | 332 | 150 | 24 | 0 | 64 | 17 | 123 | 75 | 77 |
| Binary | 10101110 | 11011010 | 1101000 | 10100 | 0 | 110100 | 1111 | 1010011 | 111101 | 111111 |
Color Harmonies of #AEDA68
Complementary color
Monochromatic Colors of #AEDA68
Black with #AEDA68
Text Example
Text Example
White with #AEDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA68; }
p { color: rgb(174,218,104); }
H1.HeaderClassName
{
color: #AEDA68;
}
.AnyTagClassName
{
color: #AEDA68;
}
</style>
background-color css
<style>
a { background-color: #AEDA68; }
a { background-color: rgb(174,218,104); }
div.DivClassName
{
background-color: #AEDA68;
}
.BgClassName
{
background-color: #AEDA68;
}
</style>
border-color css
<style>
span { border-color: #AEDA68; }
span { border-color: rgb(174,218,104); }
td.TdClassName
{
border-color: #AEDA68;
}
.TagClassName
{
border-color: #AEDA68;
}
</style>