Shades of Conifer #AEDC4A
Tints of Conifer #AEDC4A
RGB
CMYK
RGB Variations
Color information
#AEDC4A (or 0xAEDC4A) is known color: Conifer. HEX triplet: AE, DC and 4A. RGB value is (174,220,74). Sum of RGB (Red+Green+Blue) = 174+220+74=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC4A is #5123B5. Grayscale: #BEBEBE. Windows color (decimal): -5317558 or 4906158. OLE color: 4906158.
HSL color Cylindrical-coordinate representation of color #AEDC4A: hue angle of 78.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEDC4A is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 74 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.14 |
| HSL | 78.9º | 0.68% | 0.58% | - |
| HSV(B) | 78.9º | 0.66% | 0.86% | - |
| XYZ | 44.28 | 60.68 | 15.86 | - |
| YUV | 189.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 74 | 0.21 | 0 | 0.66 | 0.14 | 78.9 | 0.68 | 0.58 |
| Hex | AE | DC | 4A | 15 | 0 | 42 | E | 4F | 44 | 3A |
| Octal | 256 | 334 | 112 | 25 | 0 | 102 | 16 | 117 | 104 | 72 |
| Binary | 10101110 | 11011100 | 1001010 | 10101 | 0 | 1000010 | 1110 | 1001111 | 1000100 | 111010 |
Color Harmonies of #AEDC4A
Complementary color
Monochromatic Colors of #AEDC4A
Black with #AEDC4A
Text Example
Text Example
White with #AEDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC4A; }
p { color: rgb(174,220,74); }
H1.HeaderClassName
{
color: #AEDC4A;
}
.AnyTagClassName
{
color: #AEDC4A;
}
</style>
background-color css
<style>
a { background-color: #AEDC4A; }
a { background-color: rgb(174,220,74); }
div.DivClassName
{
background-color: #AEDC4A;
}
.BgClassName
{
background-color: #AEDC4A;
}
</style>
border-color css
<style>
span { border-color: #AEDC4A; }
span { border-color: rgb(174,220,74); }
td.TdClassName
{
border-color: #AEDC4A;
}
.TagClassName
{
border-color: #AEDC4A;
}
</style>