Shades of Conifer #AEDC4C
Tints of Conifer #AEDC4C
RGB
CMYK
RGB Variations
Color information
#AEDC4C (or 0xAEDC4C) is known color: Conifer. HEX triplet: AE, DC and 4C. RGB value is (174,220,76). Sum of RGB (Red+Green+Blue) = 174+220+76=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC4C is #5123B3. Grayscale: #BEBEBE. Windows color (decimal): -5317556 or 5037230. OLE color: 5037230.
HSL color Cylindrical-coordinate representation of color #AEDC4C: hue angle of 79.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEDC4C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 79.17º | 0.67% | 0.58% | - |
| HSV(B) | 79.17º | 0.65% | 0.86% | - |
| XYZ | 44.35 | 60.71 | 16.22 | - |
| YUV | 189.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 76 | 0.21 | 0 | 0.65 | 0.14 | 79.17 | 0.67 | 0.58 |
| Hex | AE | DC | 4C | 15 | 0 | 41 | E | 4F | 43 | 3A |
| Octal | 256 | 334 | 114 | 25 | 0 | 101 | 16 | 117 | 103 | 72 |
| Binary | 10101110 | 11011100 | 1001100 | 10101 | 0 | 1000001 | 1110 | 1001111 | 1000011 | 111010 |
Color Harmonies of #AEDC4C
Complementary color
Monochromatic Colors of #AEDC4C
Black with #AEDC4C
Text Example
Text Example
White with #AEDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC4C; }
p { color: rgb(174,220,76); }
H1.HeaderClassName
{
color: #AEDC4C;
}
.AnyTagClassName
{
color: #AEDC4C;
}
</style>
background-color css
<style>
a { background-color: #AEDC4C; }
a { background-color: rgb(174,220,76); }
div.DivClassName
{
background-color: #AEDC4C;
}
.BgClassName
{
background-color: #AEDC4C;
}
</style>
border-color css
<style>
span { border-color: #AEDC4C; }
span { border-color: rgb(174,220,76); }
td.TdClassName
{
border-color: #AEDC4C;
}
.TagClassName
{
border-color: #AEDC4C;
}
</style>