Shades of Conifer #AEDD54
Tints of Conifer #AEDD54
RGB
CMYK
RGB Variations
Color information
#AEDD54 (or 0xAEDD54) is known color: Conifer. HEX triplet: AE, DD and 54. RGB value is (174,221,84). Sum of RGB (Red+Green+Blue) = 174+221+84=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD54 is #5122AB. Grayscale: #BFBFBF. Windows color (decimal): -5317292 or 5561774. OLE color: 5561774.
HSL color Cylindrical-coordinate representation of color #AEDD54: hue angle of 80.58º 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 #AEDD54 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 84 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.13 |
| HSL | 80.58º | 0.67% | 0.6% | - |
| HSV(B) | 80.58º | 0.62% | 0.87% | - |
| XYZ | 44.91 | 61.35 | 17.86 | - |
| YUV | 191.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 84 | 0.21 | 0 | 0.62 | 0.13 | 80.58 | 0.67 | 0.6 |
| Hex | AE | DD | 54 | 15 | 0 | 3E | D | 51 | 43 | 3C |
| Octal | 256 | 335 | 124 | 25 | 0 | 76 | 15 | 121 | 103 | 74 |
| Binary | 10101110 | 11011101 | 1010100 | 10101 | 0 | 111110 | 1101 | 1010001 | 1000011 | 111100 |
Color Harmonies of #AEDD54
Complementary color
Monochromatic Colors of #AEDD54
Black with #AEDD54
Text Example
Text Example
White with #AEDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD54; }
p { color: rgb(174,221,84); }
H1.HeaderClassName
{
color: #AEDD54;
}
.AnyTagClassName
{
color: #AEDD54;
}
</style>
background-color css
<style>
a { background-color: #AEDD54; }
a { background-color: rgb(174,221,84); }
div.DivClassName
{
background-color: #AEDD54;
}
.BgClassName
{
background-color: #AEDD54;
}
</style>
border-color css
<style>
span { border-color: #AEDD54; }
span { border-color: rgb(174,221,84); }
td.TdClassName
{
border-color: #AEDD54;
}
.TagClassName
{
border-color: #AEDD54;
}
</style>