Shades of Conifer #AEDC5C
Tints of Conifer #AEDC5C
RGB
CMYK
RGB Variations
Color information
#AEDC5C (or 0xAEDC5C) is known color: Conifer. HEX triplet: AE, DC and 5C. RGB value is (174,220,92). Sum of RGB (Red+Green+Blue) = 174+220+92=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC5C is #5123A3. Grayscale: #C0C0C0. Windows color (decimal): -5317540 or 6085806. OLE color: 6085806.
HSL color Cylindrical-coordinate representation of color #AEDC5C: hue angle of 81.56º degrees, saturation: 0.65, 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 #AEDC5C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 81.56º | 0.65% | 0.61% | - |
| HSV(B) | 81.56º | 0.58% | 0.86% | - |
| XYZ | 44.98 | 60.96 | 19.52 | - |
| YUV | 191.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 92 | 0.21 | 0 | 0.58 | 0.14 | 81.56 | 0.65 | 0.61 |
| Hex | AE | DC | 5C | 15 | 0 | 3A | E | 52 | 41 | 3D |
| Octal | 256 | 334 | 134 | 25 | 0 | 72 | 16 | 122 | 101 | 75 |
| Binary | 10101110 | 11011100 | 1011100 | 10101 | 0 | 111010 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #AEDC5C
Complementary color
Monochromatic Colors of #AEDC5C
Black with #AEDC5C
Text Example
Text Example
White with #AEDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC5C; }
p { color: rgb(174,220,92); }
H1.HeaderClassName
{
color: #AEDC5C;
}
.AnyTagClassName
{
color: #AEDC5C;
}
</style>
background-color css
<style>
a { background-color: #AEDC5C; }
a { background-color: rgb(174,220,92); }
div.DivClassName
{
background-color: #AEDC5C;
}
.BgClassName
{
background-color: #AEDC5C;
}
</style>
border-color css
<style>
span { border-color: #AEDC5C; }
span { border-color: rgb(174,220,92); }
td.TdClassName
{
border-color: #AEDC5C;
}
.TagClassName
{
border-color: #AEDC5C;
}
</style>