Shades of Conifer #AEDD63
Tints of Conifer #AEDD63
RGB
CMYK
RGB Variations
Color information
#AEDD63 (or 0xAEDD63) is known color: Conifer. HEX triplet: AE, DD and 63. RGB value is (174,221,99). Sum of RGB (Red+Green+Blue) = 174+221+99=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD63 is #51229C. Grayscale: #C1C1C1. Windows color (decimal): -5317277 or 6544814. OLE color: 6544814.
HSL color Cylindrical-coordinate representation of color #AEDD63: hue angle of 83.11º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDD63 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 99 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.13 |
| HSL | 83.11º | 0.64% | 0.63% | - |
| HSV(B) | 83.11º | 0.55% | 0.87% | - |
| XYZ | 45.56 | 61.61 | 21.3 | - |
| YUV | 193.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 99 | 0.21 | 0 | 0.55 | 0.13 | 83.11 | 0.64 | 0.63 |
| Hex | AE | DD | 63 | 15 | 0 | 37 | D | 53 | 40 | 3F |
| Octal | 256 | 335 | 143 | 25 | 0 | 67 | 15 | 123 | 100 | 77 |
| Binary | 10101110 | 11011101 | 1100011 | 10101 | 0 | 110111 | 1101 | 1010011 | 1000000 | 111111 |
Color Harmonies of #AEDD63
Complementary color
Monochromatic Colors of #AEDD63
Black with #AEDD63
Text Example
Text Example
White with #AEDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD63; }
p { color: rgb(174,221,99); }
H1.HeaderClassName
{
color: #AEDD63;
}
.AnyTagClassName
{
color: #AEDD63;
}
</style>
background-color css
<style>
a { background-color: #AEDD63; }
a { background-color: rgb(174,221,99); }
div.DivClassName
{
background-color: #AEDD63;
}
.BgClassName
{
background-color: #AEDD63;
}
</style>
border-color css
<style>
span { border-color: #AEDD63; }
span { border-color: rgb(174,221,99); }
td.TdClassName
{
border-color: #AEDD63;
}
.TagClassName
{
border-color: #AEDD63;
}
</style>