Shades of Conifer #AEDD5D
Tints of Conifer #AEDD5D
RGB
CMYK
RGB Variations
Color information
#AEDD5D (or 0xAEDD5D) is known color: Conifer. HEX triplet: AE, DD and 5D. RGB value is (174,221,93). Sum of RGB (Red+Green+Blue) = 174+221+93=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD5D is #5122A2. Grayscale: #C0C0C0. Windows color (decimal): -5317283 or 6151598. OLE color: 6151598.
HSL color Cylindrical-coordinate representation of color #AEDD5D: hue angle of 82.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEDD5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 93 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.13 |
| HSL | 82.03º | 0.65% | 0.62% | - |
| HSV(B) | 82.03º | 0.58% | 0.87% | - |
| XYZ | 45.29 | 61.5 | 19.84 | - |
| YUV | 192.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 93 | 0.21 | 0 | 0.58 | 0.13 | 82.03 | 0.65 | 0.62 |
| Hex | AE | DD | 5D | 15 | 0 | 3A | D | 52 | 41 | 3E |
| Octal | 256 | 335 | 135 | 25 | 0 | 72 | 15 | 122 | 101 | 76 |
| Binary | 10101110 | 11011101 | 1011101 | 10101 | 0 | 111010 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AEDD5D
Complementary color
Monochromatic Colors of #AEDD5D
Black with #AEDD5D
Text Example
Text Example
White with #AEDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD5D; }
p { color: rgb(174,221,93); }
H1.HeaderClassName
{
color: #AEDD5D;
}
.AnyTagClassName
{
color: #AEDD5D;
}
</style>
background-color css
<style>
a { background-color: #AEDD5D; }
a { background-color: rgb(174,221,93); }
div.DivClassName
{
background-color: #AEDD5D;
}
.BgClassName
{
background-color: #AEDD5D;
}
</style>
border-color css
<style>
span { border-color: #AEDD5D; }
span { border-color: rgb(174,221,93); }
td.TdClassName
{
border-color: #AEDD5D;
}
.TagClassName
{
border-color: #AEDD5D;
}
</style>