Shades of Conifer #AED549
Tints of Conifer #AED549
RGB
CMYK
RGB Variations
Color information
#AED549 (or 0xAED549) is known color: Conifer. HEX triplet: AE, D5 and 49. RGB value is (174,213,73). Sum of RGB (Red+Green+Blue) = 174+213+73=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #AED549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED549 is #512AB6. Grayscale: #B9B9B9. Windows color (decimal): -5319351 or 4838830. OLE color: 4838830.
HSL color Cylindrical-coordinate representation of color #AED549: hue angle of 76.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED549 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 73 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.16 |
| HSL | 76.71º | 0.63% | 0.56% | - |
| HSV(B) | 76.71º | 0.66% | 0.84% | - |
| XYZ | 42.45 | 57.07 | 15.08 | - |
| YUV | 185.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 73 | 0.18 | 0 | 0.66 | 0.16 | 76.71 | 0.63 | 0.56 |
| Hex | AE | D5 | 49 | 12 | 0 | 42 | 10 | 4D | 3E | 38 |
| Octal | 256 | 325 | 111 | 22 | 0 | 102 | 20 | 115 | 76 | 70 |
| Binary | 10101110 | 11010101 | 1001001 | 10010 | 0 | 1000010 | 10000 | 1001101 | 111110 | 111000 |
Color Harmonies of #AED549
Complementary color
Monochromatic Colors of #AED549
Black with #AED549
Text Example
Text Example
White with #AED549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED549; }
p { color: rgb(174,213,73); }
H1.HeaderClassName
{
color: #AED549;
}
.AnyTagClassName
{
color: #AED549;
}
</style>
background-color css
<style>
a { background-color: #AED549; }
a { background-color: rgb(174,213,73); }
div.DivClassName
{
background-color: #AED549;
}
.BgClassName
{
background-color: #AED549;
}
</style>
border-color css
<style>
span { border-color: #AED549; }
span { border-color: rgb(174,213,73); }
td.TdClassName
{
border-color: #AED549;
}
.TagClassName
{
border-color: #AED549;
}
</style>