Shades of Conifer #AEDB4E
Tints of Conifer #AEDB4E
RGB
CMYK
RGB Variations
Color information
#AEDB4E (or 0xAEDB4E) is known color: Conifer. HEX triplet: AE, DB and 4E. RGB value is (174,219,78). Sum of RGB (Red+Green+Blue) = 174+219+78=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB4E is #5124B1. Grayscale: #BDBDBD. Windows color (decimal): -5317810 or 5168046. OLE color: 5168046.
HSL color Cylindrical-coordinate representation of color #AEDB4E: hue angle of 79.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEDB4E is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 78 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.14 |
| HSL | 79.15º | 0.66% | 0.58% | - |
| HSV(B) | 79.15º | 0.64% | 0.86% | - |
| XYZ | 44.16 | 60.21 | 16.5 | - |
| YUV | 189.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 78 | 0.21 | 0 | 0.64 | 0.14 | 79.15 | 0.66 | 0.58 |
| Hex | AE | DB | 4E | 15 | 0 | 40 | E | 4F | 42 | 3A |
| Octal | 256 | 333 | 116 | 25 | 0 | 100 | 16 | 117 | 102 | 72 |
| Binary | 10101110 | 11011011 | 1001110 | 10101 | 0 | 1000000 | 1110 | 1001111 | 1000010 | 111010 |
Color Harmonies of #AEDB4E
Complementary color
Monochromatic Colors of #AEDB4E
Black with #AEDB4E
Text Example
Text Example
White with #AEDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB4E; }
p { color: rgb(174,219,78); }
H1.HeaderClassName
{
color: #AEDB4E;
}
.AnyTagClassName
{
color: #AEDB4E;
}
</style>
background-color css
<style>
a { background-color: #AEDB4E; }
a { background-color: rgb(174,219,78); }
div.DivClassName
{
background-color: #AEDB4E;
}
.BgClassName
{
background-color: #AEDB4E;
}
</style>
border-color css
<style>
span { border-color: #AEDB4E; }
span { border-color: rgb(174,219,78); }
td.TdClassName
{
border-color: #AEDB4E;
}
.TagClassName
{
border-color: #AEDB4E;
}
</style>