Shades of Conifer #AEDF63
Tints of Conifer #AEDF63
RGB
CMYK
RGB Variations
Color information
#AEDF63 (or 0xAEDF63) is known color: Conifer. HEX triplet: AE, DF and 63. RGB value is (174,223,99). Sum of RGB (Red+Green+Blue) = 174+223+99=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF63 is #51209C. Grayscale: #C2C2C2. Windows color (decimal): -5316765 or 6545326. OLE color: 6545326.
HSL color Cylindrical-coordinate representation of color #AEDF63: hue angle of 83.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEDF63 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 99 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.13 |
| HSL | 83.71º | 0.66% | 0.63% | - |
| HSV(B) | 83.71º | 0.56% | 0.87% | - |
| XYZ | 46.1 | 62.67 | 21.47 | - |
| YUV | 194.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 99 | 0.22 | 0 | 0.56 | 0.13 | 83.71 | 0.66 | 0.63 |
| Hex | AE | DF | 63 | 16 | 0 | 38 | D | 54 | 42 | 3F |
| Octal | 256 | 337 | 143 | 26 | 0 | 70 | 15 | 124 | 102 | 77 |
| Binary | 10101110 | 11011111 | 1100011 | 10110 | 0 | 111000 | 1101 | 1010100 | 1000010 | 111111 |
Color Harmonies of #AEDF63
Complementary color
Monochromatic Colors of #AEDF63
Black with #AEDF63
Text Example
Text Example
White with #AEDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF63; }
p { color: rgb(174,223,99); }
H1.HeaderClassName
{
color: #AEDF63;
}
.AnyTagClassName
{
color: #AEDF63;
}
</style>
background-color css
<style>
a { background-color: #AEDF63; }
a { background-color: rgb(174,223,99); }
div.DivClassName
{
background-color: #AEDF63;
}
.BgClassName
{
background-color: #AEDF63;
}
</style>
border-color css
<style>
span { border-color: #AEDF63; }
span { border-color: rgb(174,223,99); }
td.TdClassName
{
border-color: #AEDF63;
}
.TagClassName
{
border-color: #AEDF63;
}
</style>