Shades of Conifer #AEDA6C
Tints of Conifer #AEDA6C
RGB
CMYK
RGB Variations
Color information
#AEDA6C (or 0xAEDA6C) is known color: Conifer. HEX triplet: AE, DA and 6C. RGB value is (174,218,108). Sum of RGB (Red+Green+Blue) = 174+218+108=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA6C is #512593. Grayscale: #C0C0C0. Windows color (decimal): -5318036 or 7133870. OLE color: 7133870.
HSL color Cylindrical-coordinate representation of color #AEDA6C: hue angle of 84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDA6C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 108 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 84º | 0.6% | 0.64% | - |
| HSV(B) | 84º | 0.5% | 0.85% | - |
| XYZ | 45.23 | 60.22 | 23.43 | - |
| YUV | 192.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 108 | 0.20 | 0 | 0.50 | 0.15 | 84 | 0.6 | 0.64 |
| Hex | AE | DA | 6C | 14 | 0 | 32 | F | 54 | 3C | 40 |
| Octal | 256 | 332 | 154 | 24 | 0 | 62 | 17 | 124 | 74 | 100 |
| Binary | 10101110 | 11011010 | 1101100 | 10100 | 0 | 110010 | 1111 | 1010100 | 111100 | 1000000 |
Color Harmonies of #AEDA6C
Complementary color
Monochromatic Colors of #AEDA6C
Black with #AEDA6C
Text Example
Text Example
White with #AEDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA6C; }
p { color: rgb(174,218,108); }
H1.HeaderClassName
{
color: #AEDA6C;
}
.AnyTagClassName
{
color: #AEDA6C;
}
</style>
background-color css
<style>
a { background-color: #AEDA6C; }
a { background-color: rgb(174,218,108); }
div.DivClassName
{
background-color: #AEDA6C;
}
.BgClassName
{
background-color: #AEDA6C;
}
</style>
border-color css
<style>
span { border-color: #AEDA6C; }
span { border-color: rgb(174,218,108); }
td.TdClassName
{
border-color: #AEDA6C;
}
.TagClassName
{
border-color: #AEDA6C;
}
</style>