Shades of Conifer #AED46A
Tints of Conifer #AED46A
RGB
CMYK
RGB Variations
Color information
#AED46A (or 0xAED46A) is known color: Conifer. HEX triplet: AE, D4 and 6A. RGB value is (174,212,106). Sum of RGB (Red+Green+Blue) = 174+212+106=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #AED46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED46A is #512B95. Grayscale: #BCBCBC. Windows color (decimal): -5319574 or 7001262. OLE color: 7001262.
HSL color Cylindrical-coordinate representation of color #AED46A: hue angle of 81.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED46A is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 106 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.17 |
| HSL | 81.51º | 0.55% | 0.62% | - |
| HSV(B) | 81.51º | 0.5% | 0.83% | - |
| XYZ | 43.6 | 57.13 | 22.36 | - |
| YUV | 188.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 106 | 0.18 | 0 | 0.5 | 0.17 | 81.51 | 0.55 | 0.62 |
| Hex | AE | D4 | 6A | 12 | 0 | 32 | 11 | 52 | 37 | 3E |
| Octal | 256 | 324 | 152 | 22 | 0 | 62 | 21 | 122 | 67 | 76 |
| Binary | 10101110 | 11010100 | 1101010 | 10010 | 0 | 110010 | 10001 | 1010010 | 110111 | 111110 |
Color Harmonies of #AED46A
Complementary color
Monochromatic Colors of #AED46A
Black with #AED46A
Text Example
Text Example
White with #AED46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED46A; }
p { color: rgb(174,212,106); }
H1.HeaderClassName
{
color: #AED46A;
}
.AnyTagClassName
{
color: #AED46A;
}
</style>
background-color css
<style>
a { background-color: #AED46A; }
a { background-color: rgb(174,212,106); }
div.DivClassName
{
background-color: #AED46A;
}
.BgClassName
{
background-color: #AED46A;
}
</style>
border-color css
<style>
span { border-color: #AED46A; }
span { border-color: rgb(174,212,106); }
td.TdClassName
{
border-color: #AED46A;
}
.TagClassName
{
border-color: #AED46A;
}
</style>