Shades of Conifer #AEDD6B
Tints of Conifer #AEDD6B
RGB
CMYK
RGB Variations
Color information
#AEDD6B (or 0xAEDD6B) is known color: Conifer. HEX triplet: AE, DD and 6B. RGB value is (174,221,107). Sum of RGB (Red+Green+Blue) = 174+221+107=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD6B is #512294. Grayscale: #C2C2C2. Windows color (decimal): -5317269 or 7069102. OLE color: 7069102.
HSL color Cylindrical-coordinate representation of color #AEDD6B: hue angle of 84.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDD6B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 107 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.13 |
| HSL | 84.74º | 0.63% | 0.64% | - |
| HSV(B) | 84.74º | 0.52% | 0.87% | - |
| XYZ | 45.97 | 61.77 | 23.41 | - |
| YUV | 193.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 107 | 0.21 | 0 | 0.52 | 0.13 | 84.74 | 0.63 | 0.64 |
| Hex | AE | DD | 6B | 15 | 0 | 34 | D | 55 | 3F | 40 |
| Octal | 256 | 335 | 153 | 25 | 0 | 64 | 15 | 125 | 77 | 100 |
| Binary | 10101110 | 11011101 | 1101011 | 10101 | 0 | 110100 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #AEDD6B
Complementary color
Monochromatic Colors of #AEDD6B
Black with #AEDD6B
Text Example
Text Example
White with #AEDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD6B; }
p { color: rgb(174,221,107); }
H1.HeaderClassName
{
color: #AEDD6B;
}
.AnyTagClassName
{
color: #AEDD6B;
}
</style>
background-color css
<style>
a { background-color: #AEDD6B; }
a { background-color: rgb(174,221,107); }
div.DivClassName
{
background-color: #AEDD6B;
}
.BgClassName
{
background-color: #AEDD6B;
}
</style>
border-color css
<style>
span { border-color: #AEDD6B; }
span { border-color: rgb(174,221,107); }
td.TdClassName
{
border-color: #AEDD6B;
}
.TagClassName
{
border-color: #AEDD6B;
}
</style>