Shades of Conifer #AEDC68
Tints of Conifer #AEDC68
RGB
CMYK
RGB Variations
Color information
#AEDC68 (or 0xAEDC68) is known color: Conifer. HEX triplet: AE, DC and 68. RGB value is (174,220,104). Sum of RGB (Red+Green+Blue) = 174+220+104=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC68 is #512397. Grayscale: #C1C1C1. Windows color (decimal): -5317528 or 6872238. OLE color: 6872238.
HSL color Cylindrical-coordinate representation of color #AEDC68: hue angle of 83.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEDC68 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 104 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.14 |
| HSL | 83.79º | 0.62% | 0.64% | - |
| HSV(B) | 83.79º | 0.53% | 0.86% | - |
| XYZ | 45.55 | 61.18 | 22.51 | - |
| YUV | 193.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 104 | 0.21 | 0 | 0.53 | 0.14 | 83.79 | 0.62 | 0.64 |
| Hex | AE | DC | 68 | 15 | 0 | 35 | E | 54 | 3E | 40 |
| Octal | 256 | 334 | 150 | 25 | 0 | 65 | 16 | 124 | 76 | 100 |
| Binary | 10101110 | 11011100 | 1101000 | 10101 | 0 | 110101 | 1110 | 1010100 | 111110 | 1000000 |
Color Harmonies of #AEDC68
Complementary color
Monochromatic Colors of #AEDC68
Black with #AEDC68
Text Example
Text Example
White with #AEDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC68; }
p { color: rgb(174,220,104); }
H1.HeaderClassName
{
color: #AEDC68;
}
.AnyTagClassName
{
color: #AEDC68;
}
</style>
background-color css
<style>
a { background-color: #AEDC68; }
a { background-color: rgb(174,220,104); }
div.DivClassName
{
background-color: #AEDC68;
}
.BgClassName
{
background-color: #AEDC68;
}
</style>
border-color css
<style>
span { border-color: #AEDC68; }
span { border-color: rgb(174,220,104); }
td.TdClassName
{
border-color: #AEDC68;
}
.TagClassName
{
border-color: #AEDC68;
}
</style>