Shades of Conifer #AEDD5E
Tints of Conifer #AEDD5E
RGB
CMYK
RGB Variations
Color information
#AEDD5E (or 0xAEDD5E) is known color: Conifer. HEX triplet: AE, DD and 5E. RGB value is (174,221,94). Sum of RGB (Red+Green+Blue) = 174+221+94=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD5E is #5122A1. Grayscale: #C0C0C0. Windows color (decimal): -5317282 or 6217134. OLE color: 6217134.
HSL color Cylindrical-coordinate representation of color #AEDD5E: hue angle of 82.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEDD5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 94 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.13 |
| HSL | 82.2º | 0.65% | 0.62% | - |
| HSV(B) | 82.2º | 0.57% | 0.87% | - |
| XYZ | 45.33 | 61.52 | 20.07 | - |
| YUV | 192.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 94 | 0.21 | 0 | 0.57 | 0.13 | 82.2 | 0.65 | 0.62 |
| Hex | AE | DD | 5E | 15 | 0 | 39 | D | 52 | 41 | 3E |
| Octal | 256 | 335 | 136 | 25 | 0 | 71 | 15 | 122 | 101 | 76 |
| Binary | 10101110 | 11011101 | 1011110 | 10101 | 0 | 111001 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AEDD5E
Complementary color
Monochromatic Colors of #AEDD5E
Black with #AEDD5E
Text Example
Text Example
White with #AEDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD5E; }
p { color: rgb(174,221,94); }
H1.HeaderClassName
{
color: #AEDD5E;
}
.AnyTagClassName
{
color: #AEDD5E;
}
</style>
background-color css
<style>
a { background-color: #AEDD5E; }
a { background-color: rgb(174,221,94); }
div.DivClassName
{
background-color: #AEDD5E;
}
.BgClassName
{
background-color: #AEDD5E;
}
</style>
border-color css
<style>
span { border-color: #AEDD5E; }
span { border-color: rgb(174,221,94); }
td.TdClassName
{
border-color: #AEDD5E;
}
.TagClassName
{
border-color: #AEDD5E;
}
</style>