Shades of Conifer #AEDC4F
Tints of Conifer #AEDC4F
RGB
CMYK
RGB Variations
Color information
#AEDC4F (or 0xAEDC4F) is known color: Conifer. HEX triplet: AE, DC and 4F. RGB value is (174,220,79). Sum of RGB (Red+Green+Blue) = 174+220+79=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC4F is #5123B0. Grayscale: #BEBEBE. Windows color (decimal): -5317553 or 5233838. OLE color: 5233838.
HSL color Cylindrical-coordinate representation of color #AEDC4F: hue angle of 79.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEDC4F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 79 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.14 |
| HSL | 79.57º | 0.67% | 0.59% | - |
| HSV(B) | 79.57º | 0.64% | 0.86% | - |
| XYZ | 44.46 | 60.75 | 16.78 | - |
| YUV | 190.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 79 | 0.21 | 0 | 0.64 | 0.14 | 79.57 | 0.67 | 0.59 |
| Hex | AE | DC | 4F | 15 | 0 | 40 | E | 50 | 43 | 3B |
| Octal | 256 | 334 | 117 | 25 | 0 | 100 | 16 | 120 | 103 | 73 |
| Binary | 10101110 | 11011100 | 1001111 | 10101 | 0 | 1000000 | 1110 | 1010000 | 1000011 | 111011 |
Color Harmonies of #AEDC4F
Complementary color
Monochromatic Colors of #AEDC4F
Black with #AEDC4F
Text Example
Text Example
White with #AEDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC4F; }
p { color: rgb(174,220,79); }
H1.HeaderClassName
{
color: #AEDC4F;
}
.AnyTagClassName
{
color: #AEDC4F;
}
</style>
background-color css
<style>
a { background-color: #AEDC4F; }
a { background-color: rgb(174,220,79); }
div.DivClassName
{
background-color: #AEDC4F;
}
.BgClassName
{
background-color: #AEDC4F;
}
</style>
border-color css
<style>
span { border-color: #AEDC4F; }
span { border-color: rgb(174,220,79); }
td.TdClassName
{
border-color: #AEDC4F;
}
.TagClassName
{
border-color: #AEDC4F;
}
</style>