Shades of Conifer #AED14C
Tints of Conifer #AED14C
RGB
CMYK
RGB Variations
Color information
#AED14C (or 0xAED14C) is known color: Conifer. HEX triplet: AE, D1 and 4C. RGB value is (174,209,76). Sum of RGB (Red+Green+Blue) = 174+209+76=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #AED14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED14C is #512EB3. Grayscale: #B7B7B7. Windows color (decimal): -5320372 or 5034414. OLE color: 5034414.
HSL color Cylindrical-coordinate representation of color #AED14C: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED14C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 76 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 75.79º | 0.59% | 0.56% | - |
| HSV(B) | 75.79º | 0.64% | 0.82% | - |
| XYZ | 41.56 | 55.12 | 15.29 | - |
| YUV | 183.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 76 | 0.17 | 0 | 0.64 | 0.18 | 75.79 | 0.59 | 0.56 |
| Hex | AE | D1 | 4C | 11 | 0 | 40 | 12 | 4C | 3B | 38 |
| Octal | 256 | 321 | 114 | 21 | 0 | 100 | 22 | 114 | 73 | 70 |
| Binary | 10101110 | 11010001 | 1001100 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111011 | 111000 |
Color Harmonies of #AED14C
Complementary color
Monochromatic Colors of #AED14C
Black with #AED14C
Text Example
Text Example
White with #AED14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED14C; }
p { color: rgb(174,209,76); }
H1.HeaderClassName
{
color: #AED14C;
}
.AnyTagClassName
{
color: #AED14C;
}
</style>
background-color css
<style>
a { background-color: #AED14C; }
a { background-color: rgb(174,209,76); }
div.DivClassName
{
background-color: #AED14C;
}
.BgClassName
{
background-color: #AED14C;
}
</style>
border-color css
<style>
span { border-color: #AED14C; }
span { border-color: rgb(174,209,76); }
td.TdClassName
{
border-color: #AED14C;
}
.TagClassName
{
border-color: #AED14C;
}
</style>