Shades of Conifer #AEDA4E
Tints of Conifer #AEDA4E
RGB
CMYK
RGB Variations
Color information
#AEDA4E (or 0xAEDA4E) is known color: Conifer. HEX triplet: AE, DA and 4E. RGB value is (174,218,78). Sum of RGB (Red+Green+Blue) = 174+218+78=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA4E is #5125B1. Grayscale: #BDBDBD. Windows color (decimal): -5318066 or 5167790. OLE color: 5167790.
HSL color Cylindrical-coordinate representation of color #AEDA4E: hue angle of 78.86º degrees, saturation: 0.65, 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 #AEDA4E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 78 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.15 |
| HSL | 78.86º | 0.65% | 0.58% | - |
| HSV(B) | 78.86º | 0.64% | 0.85% | - |
| XYZ | 43.9 | 59.69 | 16.42 | - |
| YUV | 188.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 78 | 0.20 | 0 | 0.64 | 0.15 | 78.86 | 0.65 | 0.58 |
| Hex | AE | DA | 4E | 14 | 0 | 40 | F | 4F | 41 | 3A |
| Octal | 256 | 332 | 116 | 24 | 0 | 100 | 17 | 117 | 101 | 72 |
| Binary | 10101110 | 11011010 | 1001110 | 10100 | 0 | 1000000 | 1111 | 1001111 | 1000001 | 111010 |
Color Harmonies of #AEDA4E
Complementary color
Monochromatic Colors of #AEDA4E
Black with #AEDA4E
Text Example
Text Example
White with #AEDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA4E; }
p { color: rgb(174,218,78); }
H1.HeaderClassName
{
color: #AEDA4E;
}
.AnyTagClassName
{
color: #AEDA4E;
}
</style>
background-color css
<style>
a { background-color: #AEDA4E; }
a { background-color: rgb(174,218,78); }
div.DivClassName
{
background-color: #AEDA4E;
}
.BgClassName
{
background-color: #AEDA4E;
}
</style>
border-color css
<style>
span { border-color: #AEDA4E; }
span { border-color: rgb(174,218,78); }
td.TdClassName
{
border-color: #AEDA4E;
}
.TagClassName
{
border-color: #AEDA4E;
}
</style>