Shades of Conifer #AEDD46
Tints of Conifer #AEDD46
RGB
CMYK
RGB Variations
Color information
#AEDD46 (or 0xAEDD46) is known color: Conifer. HEX triplet: AE, DD and 46. RGB value is (174,221,70). Sum of RGB (Red+Green+Blue) = 174+221+70=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD46 is #5122B9. Grayscale: #BEBEBE. Windows color (decimal): -5317306 or 4644270. OLE color: 4644270.
HSL color Cylindrical-coordinate representation of color #AEDD46: hue angle of 78.68º 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 #AEDD46 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 70 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.13 |
| HSL | 78.68º | 0.69% | 0.57% | - |
| HSV(B) | 78.68º | 0.68% | 0.87% | - |
| XYZ | 44.42 | 61.15 | 15.26 | - |
| YUV | 189.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 70 | 0.21 | 0 | 0.68 | 0.13 | 78.68 | 0.69 | 0.57 |
| Hex | AE | DD | 46 | 15 | 0 | 44 | D | 4F | 45 | 39 |
| Octal | 256 | 335 | 106 | 25 | 0 | 104 | 15 | 117 | 105 | 71 |
| Binary | 10101110 | 11011101 | 1000110 | 10101 | 0 | 1000100 | 1101 | 1001111 | 1000101 | 111001 |
Color Harmonies of #AEDD46
Complementary color
Monochromatic Colors of #AEDD46
Black with #AEDD46
Text Example
Text Example
White with #AEDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD46; }
p { color: rgb(174,221,70); }
H1.HeaderClassName
{
color: #AEDD46;
}
.AnyTagClassName
{
color: #AEDD46;
}
</style>
background-color css
<style>
a { background-color: #AEDD46; }
a { background-color: rgb(174,221,70); }
div.DivClassName
{
background-color: #AEDD46;
}
.BgClassName
{
background-color: #AEDD46;
}
</style>
border-color css
<style>
span { border-color: #AEDD46; }
span { border-color: rgb(174,221,70); }
td.TdClassName
{
border-color: #AEDD46;
}
.TagClassName
{
border-color: #AEDD46;
}
</style>