Shades of Conifer #AED84C
Tints of Conifer #AED84C
RGB
CMYK
RGB Variations
Color information
#AED84C (or 0xAED84C) is known color: Conifer. HEX triplet: AE, D8 and 4C. RGB value is (174,216,76). Sum of RGB (Red+Green+Blue) = 174+216+76=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #AED84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED84C is #5127B3. Grayscale: #BCBCBC. Windows color (decimal): -5318580 or 5036206. OLE color: 5036206.
HSL color Cylindrical-coordinate representation of color #AED84C: hue angle of 78º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED84C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 76 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.15 |
| HSL | 78º | 0.64% | 0.57% | - |
| HSV(B) | 78º | 0.65% | 0.85% | - |
| XYZ | 43.32 | 58.63 | 15.87 | - |
| YUV | 187.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 76 | 0.19 | 0 | 0.65 | 0.15 | 78 | 0.64 | 0.57 |
| Hex | AE | D8 | 4C | 13 | 0 | 41 | F | 4E | 40 | 39 |
| Octal | 256 | 330 | 114 | 23 | 0 | 101 | 17 | 116 | 100 | 71 |
| Binary | 10101110 | 11011000 | 1001100 | 10011 | 0 | 1000001 | 1111 | 1001110 | 1000000 | 111001 |
Color Harmonies of #AED84C
Complementary color
Monochromatic Colors of #AED84C
Black with #AED84C
Text Example
Text Example
White with #AED84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED84C; }
p { color: rgb(174,216,76); }
H1.HeaderClassName
{
color: #AED84C;
}
.AnyTagClassName
{
color: #AED84C;
}
</style>
background-color css
<style>
a { background-color: #AED84C; }
a { background-color: rgb(174,216,76); }
div.DivClassName
{
background-color: #AED84C;
}
.BgClassName
{
background-color: #AED84C;
}
</style>
border-color css
<style>
span { border-color: #AED84C; }
span { border-color: rgb(174,216,76); }
td.TdClassName
{
border-color: #AED84C;
}
.TagClassName
{
border-color: #AED84C;
}
</style>