Shades of Conifer #AED56C
Tints of Conifer #AED56C
RGB
CMYK
RGB Variations
Color information
#AED56C (or 0xAED56C) is known color: Conifer. HEX triplet: AE, D5 and 6C. RGB value is (174,213,108). Sum of RGB (Red+Green+Blue) = 174+213+108=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #AED56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED56C is #512A93. Grayscale: #BDBDBD. Windows color (decimal): -5319316 or 7132590. OLE color: 7132590.
HSL color Cylindrical-coordinate representation of color #AED56C: hue angle of 82.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED56C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 108 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.16 |
| HSL | 82.29º | 0.56% | 0.63% | - |
| HSV(B) | 82.29º | 0.49% | 0.84% | - |
| XYZ | 43.96 | 57.67 | 23 | - |
| YUV | 189.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 108 | 0.18 | 0 | 0.49 | 0.16 | 82.29 | 0.56 | 0.63 |
| Hex | AE | D5 | 6C | 12 | 0 | 31 | 10 | 52 | 38 | 3F |
| Octal | 256 | 325 | 154 | 22 | 0 | 61 | 20 | 122 | 70 | 77 |
| Binary | 10101110 | 11010101 | 1101100 | 10010 | 0 | 110001 | 10000 | 1010010 | 111000 | 111111 |
Color Harmonies of #AED56C
Complementary color
Monochromatic Colors of #AED56C
Black with #AED56C
Text Example
Text Example
White with #AED56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED56C; }
p { color: rgb(174,213,108); }
H1.HeaderClassName
{
color: #AED56C;
}
.AnyTagClassName
{
color: #AED56C;
}
</style>
background-color css
<style>
a { background-color: #AED56C; }
a { background-color: rgb(174,213,108); }
div.DivClassName
{
background-color: #AED56C;
}
.BgClassName
{
background-color: #AED56C;
}
</style>
border-color css
<style>
span { border-color: #AED56C; }
span { border-color: rgb(174,213,108); }
td.TdClassName
{
border-color: #AED56C;
}
.TagClassName
{
border-color: #AED56C;
}
</style>