Shades of Conifer #AEDC60
Tints of Conifer #AEDC60
RGB
CMYK
RGB Variations
Color information
#AEDC60 (or 0xAEDC60) is known color: Conifer. HEX triplet: AE, DC and 60. RGB value is (174,220,96). Sum of RGB (Red+Green+Blue) = 174+220+96=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC60 is #51239F. Grayscale: #C0C0C0. Windows color (decimal): -5317536 or 6347950. OLE color: 6347950.
HSL color Cylindrical-coordinate representation of color #AEDC60: hue angle of 82.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEDC60 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 96 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.14 |
| HSL | 82.26º | 0.64% | 0.62% | - |
| HSV(B) | 82.26º | 0.56% | 0.86% | - |
| XYZ | 45.16 | 61.03 | 20.47 | - |
| YUV | 192.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 96 | 0.21 | 0 | 0.56 | 0.14 | 82.26 | 0.64 | 0.62 |
| Hex | AE | DC | 60 | 15 | 0 | 38 | E | 52 | 40 | 3E |
| Octal | 256 | 334 | 140 | 25 | 0 | 70 | 16 | 122 | 100 | 76 |
| Binary | 10101110 | 11011100 | 1100000 | 10101 | 0 | 111000 | 1110 | 1010010 | 1000000 | 111110 |
Color Harmonies of #AEDC60
Complementary color
Monochromatic Colors of #AEDC60
Black with #AEDC60
Text Example
Text Example
White with #AEDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC60; }
p { color: rgb(174,220,96); }
H1.HeaderClassName
{
color: #AEDC60;
}
.AnyTagClassName
{
color: #AEDC60;
}
</style>
background-color css
<style>
a { background-color: #AEDC60; }
a { background-color: rgb(174,220,96); }
div.DivClassName
{
background-color: #AEDC60;
}
.BgClassName
{
background-color: #AEDC60;
}
</style>
border-color css
<style>
span { border-color: #AEDC60; }
span { border-color: rgb(174,220,96); }
td.TdClassName
{
border-color: #AEDC60;
}
.TagClassName
{
border-color: #AEDC60;
}
</style>