Shades of Conifer #AEDC5D
Tints of Conifer #AEDC5D
RGB
CMYK
RGB Variations
Color information
#AEDC5D (or 0xAEDC5D) is known color: Conifer. HEX triplet: AE, DC and 5D. RGB value is (174,220,93). Sum of RGB (Red+Green+Blue) = 174+220+93=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC5D is #5123A2. Grayscale: #C0C0C0. Windows color (decimal): -5317539 or 6151342. OLE color: 6151342.
HSL color Cylindrical-coordinate representation of color #AEDC5D: hue angle of 81.73º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEDC5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 93 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 81.73º | 0.64% | 0.61% | - |
| HSV(B) | 81.73º | 0.58% | 0.86% | - |
| XYZ | 45.02 | 60.98 | 19.75 | - |
| YUV | 191.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 93 | 0.21 | 0 | 0.58 | 0.14 | 81.73 | 0.64 | 0.61 |
| Hex | AE | DC | 5D | 15 | 0 | 3A | E | 52 | 40 | 3D |
| Octal | 256 | 334 | 135 | 25 | 0 | 72 | 16 | 122 | 100 | 75 |
| Binary | 10101110 | 11011100 | 1011101 | 10101 | 0 | 111010 | 1110 | 1010010 | 1000000 | 111101 |
Color Harmonies of #AEDC5D
Complementary color
Monochromatic Colors of #AEDC5D
Black with #AEDC5D
Text Example
Text Example
White with #AEDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC5D; }
p { color: rgb(174,220,93); }
H1.HeaderClassName
{
color: #AEDC5D;
}
.AnyTagClassName
{
color: #AEDC5D;
}
</style>
background-color css
<style>
a { background-color: #AEDC5D; }
a { background-color: rgb(174,220,93); }
div.DivClassName
{
background-color: #AEDC5D;
}
.BgClassName
{
background-color: #AEDC5D;
}
</style>
border-color css
<style>
span { border-color: #AEDC5D; }
span { border-color: rgb(174,220,93); }
td.TdClassName
{
border-color: #AEDC5D;
}
.TagClassName
{
border-color: #AEDC5D;
}
</style>