Shades of Conifer #AED66C
Tints of Conifer #AED66C
RGB
CMYK
RGB Variations
Color information
#AED66C (or 0xAED66C) is known color: Conifer. HEX triplet: AE, D6 and 6C. RGB value is (174,214,108). Sum of RGB (Red+Green+Blue) = 174+214+108=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #AED66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED66C is #512993. Grayscale: #BEBEBE. Windows color (decimal): -5319060 or 7132846. OLE color: 7132846.
HSL color Cylindrical-coordinate representation of color #AED66C: hue angle of 82.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED66C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 108 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.16 |
| HSL | 82.64º | 0.56% | 0.63% | - |
| HSV(B) | 82.64º | 0.5% | 0.84% | - |
| XYZ | 44.21 | 58.17 | 23.09 | - |
| YUV | 189.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 108 | 0.19 | 0 | 0.50 | 0.16 | 82.64 | 0.56 | 0.63 |
| Hex | AE | D6 | 6C | 13 | 0 | 32 | 10 | 53 | 38 | 3F |
| Octal | 256 | 326 | 154 | 23 | 0 | 62 | 20 | 123 | 70 | 77 |
| Binary | 10101110 | 11010110 | 1101100 | 10011 | 0 | 110010 | 10000 | 1010011 | 111000 | 111111 |
Color Harmonies of #AED66C
Complementary color
Monochromatic Colors of #AED66C
Black with #AED66C
Text Example
Text Example
White with #AED66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED66C; }
p { color: rgb(174,214,108); }
H1.HeaderClassName
{
color: #AED66C;
}
.AnyTagClassName
{
color: #AED66C;
}
</style>
background-color css
<style>
a { background-color: #AED66C; }
a { background-color: rgb(174,214,108); }
div.DivClassName
{
background-color: #AED66C;
}
.BgClassName
{
background-color: #AED66C;
}
</style>
border-color css
<style>
span { border-color: #AED66C; }
span { border-color: rgb(174,214,108); }
td.TdClassName
{
border-color: #AED66C;
}
.TagClassName
{
border-color: #AED66C;
}
</style>