Shades of Conifer #AEDD47
Tints of Conifer #AEDD47
RGB
CMYK
RGB Variations
Color information
#AEDD47 (or 0xAEDD47) is known color: Conifer. HEX triplet: AE, DD and 47. RGB value is (174,221,71). Sum of RGB (Red+Green+Blue) = 174+221+71=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD47 is #5122B8. Grayscale: #BEBEBE. Windows color (decimal): -5317305 or 4709806. OLE color: 4709806.
HSL color Cylindrical-coordinate representation of color #AEDD47: hue angle of 78.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEDD47 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 71 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.13 |
| HSL | 78.8º | 0.69% | 0.57% | - |
| HSV(B) | 78.8º | 0.68% | 0.87% | - |
| XYZ | 44.45 | 61.17 | 15.42 | - |
| YUV | 189.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 71 | 0.21 | 0 | 0.68 | 0.13 | 78.8 | 0.69 | 0.57 |
| Hex | AE | DD | 47 | 15 | 0 | 44 | D | 4F | 45 | 39 |
| Octal | 256 | 335 | 107 | 25 | 0 | 104 | 15 | 117 | 105 | 71 |
| Binary | 10101110 | 11011101 | 1000111 | 10101 | 0 | 1000100 | 1101 | 1001111 | 1000101 | 111001 |
Color Harmonies of #AEDD47
Complementary color
Monochromatic Colors of #AEDD47
Black with #AEDD47
Text Example
Text Example
White with #AEDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD47; }
p { color: rgb(174,221,71); }
H1.HeaderClassName
{
color: #AEDD47;
}
.AnyTagClassName
{
color: #AEDD47;
}
</style>
background-color css
<style>
a { background-color: #AEDD47; }
a { background-color: rgb(174,221,71); }
div.DivClassName
{
background-color: #AEDD47;
}
.BgClassName
{
background-color: #AEDD47;
}
</style>
border-color css
<style>
span { border-color: #AEDD47; }
span { border-color: rgb(174,221,71); }
td.TdClassName
{
border-color: #AEDD47;
}
.TagClassName
{
border-color: #AEDD47;
}
</style>