Shades of Conifer #AEDC41
Tints of Conifer #AEDC41
RGB
CMYK
RGB Variations
Color information
#AEDC41 (or 0xAEDC41) is known color: Conifer. HEX triplet: AE, DC and 41. RGB value is (174,220,65). Sum of RGB (Red+Green+Blue) = 174+220+65=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC41 is #5123BE. Grayscale: #BDBDBD. Windows color (decimal): -5317567 or 4316334. OLE color: 4316334.
HSL color Cylindrical-coordinate representation of color #AEDC41: hue angle of 77.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEDC41 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 65 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.14 |
| HSL | 77.81º | 0.69% | 0.56% | - |
| HSV(B) | 77.81º | 0.7% | 0.86% | - |
| XYZ | 44 | 60.57 | 14.37 | - |
| YUV | 188.58 | 58.26 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 65 | 0.21 | 0 | 0.70 | 0.14 | 77.81 | 0.69 | 0.56 |
| Hex | AE | DC | 41 | 15 | 0 | 46 | E | 4E | 45 | 38 |
| Octal | 256 | 334 | 101 | 25 | 0 | 106 | 16 | 116 | 105 | 70 |
| Binary | 10101110 | 11011100 | 1000001 | 10101 | 0 | 1000110 | 1110 | 1001110 | 1000101 | 111000 |
Color Harmonies of #AEDC41
Complementary color
Monochromatic Colors of #AEDC41
Black with #AEDC41
Text Example
Text Example
White with #AEDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC41; }
p { color: rgb(174,220,65); }
H1.HeaderClassName
{
color: #AEDC41;
}
.AnyTagClassName
{
color: #AEDC41;
}
</style>
background-color css
<style>
a { background-color: #AEDC41; }
a { background-color: rgb(174,220,65); }
div.DivClassName
{
background-color: #AEDC41;
}
.BgClassName
{
background-color: #AEDC41;
}
</style>
border-color css
<style>
span { border-color: #AEDC41; }
span { border-color: rgb(174,220,65); }
td.TdClassName
{
border-color: #AEDC41;
}
.TagClassName
{
border-color: #AEDC41;
}
</style>