Shades of Conifer #AEDD50
Tints of Conifer #AEDD50
RGB
CMYK
RGB Variations
Color information
#AEDD50 (or 0xAEDD50) is known color: Conifer. HEX triplet: AE, DD and 50. RGB value is (174,221,80). Sum of RGB (Red+Green+Blue) = 174+221+80=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD50 is #5122AF. Grayscale: #BFBFBF. Windows color (decimal): -5317296 or 5299630. OLE color: 5299630.
HSL color Cylindrical-coordinate representation of color #AEDD50: hue angle of 80º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEDD50 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 80 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.13 |
| HSL | 80º | 0.67% | 0.59% | - |
| HSV(B) | 80º | 0.64% | 0.87% | - |
| XYZ | 44.76 | 61.29 | 17.06 | - |
| YUV | 190.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 80 | 0.21 | 0 | 0.64 | 0.13 | 80 | 0.67 | 0.59 |
| Hex | AE | DD | 50 | 15 | 0 | 40 | D | 50 | 43 | 3B |
| Octal | 256 | 335 | 120 | 25 | 0 | 100 | 15 | 120 | 103 | 73 |
| Binary | 10101110 | 11011101 | 1010000 | 10101 | 0 | 1000000 | 1101 | 1010000 | 1000011 | 111011 |
Color Harmonies of #AEDD50
Complementary color
Monochromatic Colors of #AEDD50
Black with #AEDD50
Text Example
Text Example
White with #AEDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD50; }
p { color: rgb(174,221,80); }
H1.HeaderClassName
{
color: #AEDD50;
}
.AnyTagClassName
{
color: #AEDD50;
}
</style>
background-color css
<style>
a { background-color: #AEDD50; }
a { background-color: rgb(174,221,80); }
div.DivClassName
{
background-color: #AEDD50;
}
.BgClassName
{
background-color: #AEDD50;
}
</style>
border-color css
<style>
span { border-color: #AEDD50; }
span { border-color: rgb(174,221,80); }
td.TdClassName
{
border-color: #AEDD50;
}
.TagClassName
{
border-color: #AEDD50;
}
</style>