Shades of Conifer #AEDD55
Tints of Conifer #AEDD55
RGB
CMYK
RGB Variations
Color information
#AEDD55 (or 0xAEDD55) is known color: Conifer. HEX triplet: AE, DD and 55. RGB value is (174,221,85). Sum of RGB (Red+Green+Blue) = 174+221+85=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD55 is #5122AA. Grayscale: #BFBFBF. Windows color (decimal): -5317291 or 5627310. OLE color: 5627310.
HSL color Cylindrical-coordinate representation of color #AEDD55: hue angle of 80.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEDD55 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 85 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.13 |
| HSL | 80.74º | 0.67% | 0.6% | - |
| HSV(B) | 80.74º | 0.62% | 0.87% | - |
| XYZ | 44.95 | 61.37 | 18.07 | - |
| YUV | 191.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 85 | 0.21 | 0 | 0.62 | 0.13 | 80.74 | 0.67 | 0.6 |
| Hex | AE | DD | 55 | 15 | 0 | 3E | D | 51 | 43 | 3C |
| Octal | 256 | 335 | 125 | 25 | 0 | 76 | 15 | 121 | 103 | 74 |
| Binary | 10101110 | 11011101 | 1010101 | 10101 | 0 | 111110 | 1101 | 1010001 | 1000011 | 111100 |
Color Harmonies of #AEDD55
Complementary color
Monochromatic Colors of #AEDD55
Black with #AEDD55
Text Example
Text Example
White with #AEDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD55; }
p { color: rgb(174,221,85); }
H1.HeaderClassName
{
color: #AEDD55;
}
.AnyTagClassName
{
color: #AEDD55;
}
</style>
background-color css
<style>
a { background-color: #AEDD55; }
a { background-color: rgb(174,221,85); }
div.DivClassName
{
background-color: #AEDD55;
}
.BgClassName
{
background-color: #AEDD55;
}
</style>
border-color css
<style>
span { border-color: #AEDD55; }
span { border-color: rgb(174,221,85); }
td.TdClassName
{
border-color: #AEDD55;
}
.TagClassName
{
border-color: #AEDD55;
}
</style>