Shades of Conifer #AED84E
Tints of Conifer #AED84E
RGB
CMYK
RGB Variations
Color information
#AED84E (or 0xAED84E) is known color: Conifer. HEX triplet: AE, D8 and 4E. RGB value is (174,216,78). Sum of RGB (Red+Green+Blue) = 174+216+78=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #AED84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED84E is #5127B1. Grayscale: #BCBCBC. Windows color (decimal): -5318578 or 5167278. OLE color: 5167278.
HSL color Cylindrical-coordinate representation of color #AED84E: hue angle of 78.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED84E is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 78 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.15 |
| HSL | 78.26º | 0.64% | 0.58% | - |
| HSV(B) | 78.26º | 0.64% | 0.85% | - |
| XYZ | 43.39 | 58.66 | 16.24 | - |
| YUV | 187.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 78 | 0.19 | 0 | 0.64 | 0.15 | 78.26 | 0.64 | 0.58 |
| Hex | AE | D8 | 4E | 13 | 0 | 40 | F | 4E | 40 | 3A |
| Octal | 256 | 330 | 116 | 23 | 0 | 100 | 17 | 116 | 100 | 72 |
| Binary | 10101110 | 11011000 | 1001110 | 10011 | 0 | 1000000 | 1111 | 1001110 | 1000000 | 111010 |
Color Harmonies of #AED84E
Complementary color
Monochromatic Colors of #AED84E
Black with #AED84E
Text Example
Text Example
White with #AED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED84E; }
p { color: rgb(174,216,78); }
H1.HeaderClassName
{
color: #AED84E;
}
.AnyTagClassName
{
color: #AED84E;
}
</style>
background-color css
<style>
a { background-color: #AED84E; }
a { background-color: rgb(174,216,78); }
div.DivClassName
{
background-color: #AED84E;
}
.BgClassName
{
background-color: #AED84E;
}
</style>
border-color css
<style>
span { border-color: #AED84E; }
span { border-color: rgb(174,216,78); }
td.TdClassName
{
border-color: #AED84E;
}
.TagClassName
{
border-color: #AED84E;
}
</style>