Shades of Conifer #AEE549
Tints of Conifer #AEE549
RGB
CMYK
RGB Variations
Color information
#AEE549 (or 0xAEE549) is known color: Conifer. HEX triplet: AE, E5 and 49. RGB value is (174,229,73). Sum of RGB (Red+Green+Blue) = 174+229+73=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE549 is #511AB6. Grayscale: #C3C3C3. Windows color (decimal): -5315255 or 4842926. OLE color: 4842926.
HSL color Cylindrical-coordinate representation of color #AEE549: hue angle of 81.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEE549 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 73 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.10 |
| HSL | 81.15º | 0.75% | 0.59% | - |
| HSV(B) | 81.15º | 0.68% | 0.9% | - |
| XYZ | 46.68 | 65.52 | 16.49 | - |
| YUV | 194.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 73 | 0.24 | 0 | 0.68 | 0.10 | 81.15 | 0.75 | 0.59 |
| Hex | AE | E5 | 49 | 18 | 0 | 44 | A | 51 | 4B | 3B |
| Octal | 256 | 345 | 111 | 30 | 0 | 104 | 12 | 121 | 113 | 73 |
| Binary | 10101110 | 11100101 | 1001001 | 11000 | 0 | 1000100 | 1010 | 1010001 | 1001011 | 111011 |
Color Harmonies of #AEE549
Complementary color
Monochromatic Colors of #AEE549
Black with #AEE549
Text Example
Text Example
White with #AEE549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE549; }
p { color: rgb(174,229,73); }
H1.HeaderClassName
{
color: #AEE549;
}
.AnyTagClassName
{
color: #AEE549;
}
</style>
background-color css
<style>
a { background-color: #AEE549; }
a { background-color: rgb(174,229,73); }
div.DivClassName
{
background-color: #AEE549;
}
.BgClassName
{
background-color: #AEE549;
}
</style>
border-color css
<style>
span { border-color: #AEE549; }
span { border-color: rgb(174,229,73); }
td.TdClassName
{
border-color: #AEE549;
}
.TagClassName
{
border-color: #AEE549;
}
</style>