Shades of Conifer #AEDF6C
Tints of Conifer #AEDF6C
RGB
CMYK
RGB Variations
Color information
#AEDF6C (or 0xAEDF6C) is known color: Conifer. HEX triplet: AE, DF and 6C. RGB value is (174,223,108). Sum of RGB (Red+Green+Blue) = 174+223+108=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF6C is #512093. Grayscale: #C3C3C3. Windows color (decimal): -5316756 or 7135150. OLE color: 7135150.
HSL color Cylindrical-coordinate representation of color #AEDF6C: hue angle of 85.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDF6C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 108 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 85.57º | 0.64% | 0.65% | - |
| HSV(B) | 85.57º | 0.52% | 0.87% | - |
| XYZ | 46.55 | 62.86 | 23.87 | - |
| YUV | 195.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 108 | 0.22 | 0 | 0.52 | 0.13 | 85.57 | 0.64 | 0.65 |
| Hex | AE | DF | 6C | 16 | 0 | 34 | D | 56 | 40 | 41 |
| Octal | 256 | 337 | 154 | 26 | 0 | 64 | 15 | 126 | 100 | 101 |
| Binary | 10101110 | 11011111 | 1101100 | 10110 | 0 | 110100 | 1101 | 1010110 | 1000000 | 1000001 |
Color Harmonies of #AEDF6C
Complementary color
Monochromatic Colors of #AEDF6C
Black with #AEDF6C
Text Example
Text Example
White with #AEDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF6C; }
p { color: rgb(174,223,108); }
H1.HeaderClassName
{
color: #AEDF6C;
}
.AnyTagClassName
{
color: #AEDF6C;
}
</style>
background-color css
<style>
a { background-color: #AEDF6C; }
a { background-color: rgb(174,223,108); }
div.DivClassName
{
background-color: #AEDF6C;
}
.BgClassName
{
background-color: #AEDF6C;
}
</style>
border-color css
<style>
span { border-color: #AEDF6C; }
span { border-color: rgb(174,223,108); }
td.TdClassName
{
border-color: #AEDF6C;
}
.TagClassName
{
border-color: #AEDF6C;
}
</style>