Shades of Conifer #AED96C
Tints of Conifer #AED96C
RGB
CMYK
RGB Variations
Color information
#AED96C (or 0xAED96C) is known color: Conifer. HEX triplet: AE, D9 and 6C. RGB value is (174,217,108). Sum of RGB (Red+Green+Blue) = 174+217+108=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #AED96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED96C is #512693. Grayscale: #C0C0C0. Windows color (decimal): -5318292 or 7133614. OLE color: 7133614.
HSL color Cylindrical-coordinate representation of color #AED96C: hue angle of 83.67º degrees, saturation: 0.59, 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 #AED96C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 108 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 83.67º | 0.59% | 0.64% | - |
| HSV(B) | 83.67º | 0.5% | 0.85% | - |
| XYZ | 44.98 | 59.71 | 23.34 | - |
| YUV | 191.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 108 | 0.20 | 0 | 0.50 | 0.15 | 83.67 | 0.59 | 0.64 |
| Hex | AE | D9 | 6C | 14 | 0 | 32 | F | 54 | 3B | 40 |
| Octal | 256 | 331 | 154 | 24 | 0 | 62 | 17 | 124 | 73 | 100 |
| Binary | 10101110 | 11011001 | 1101100 | 10100 | 0 | 110010 | 1111 | 1010100 | 111011 | 1000000 |
Color Harmonies of #AED96C
Complementary color
Monochromatic Colors of #AED96C
Black with #AED96C
Text Example
Text Example
White with #AED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED96C; }
p { color: rgb(174,217,108); }
H1.HeaderClassName
{
color: #AED96C;
}
.AnyTagClassName
{
color: #AED96C;
}
</style>
background-color css
<style>
a { background-color: #AED96C; }
a { background-color: rgb(174,217,108); }
div.DivClassName
{
background-color: #AED96C;
}
.BgClassName
{
background-color: #AED96C;
}
</style>
border-color css
<style>
span { border-color: #AED96C; }
span { border-color: rgb(174,217,108); }
td.TdClassName
{
border-color: #AED96C;
}
.TagClassName
{
border-color: #AED96C;
}
</style>