Shades of Conifer #AEE545
Tints of Conifer #AEE545
RGB
CMYK
RGB Variations
Color information
#AEE545 (or 0xAEE545) is known color: Conifer. HEX triplet: AE, E5 and 45. RGB value is (174,229,69). Sum of RGB (Red+Green+Blue) = 174+229+69=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE545 is #511ABA. Grayscale: #C2C2C2. Windows color (decimal): -5315259 or 4580782. OLE color: 4580782.
HSL color Cylindrical-coordinate representation of color #AEE545: hue angle of 80.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE545 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 69 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.10 |
| HSL | 80.63º | 0.75% | 0.58% | - |
| HSV(B) | 80.63º | 0.7% | 0.9% | - |
| XYZ | 46.55 | 65.47 | 15.81 | - |
| YUV | 194.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 69 | 0.24 | 0 | 0.70 | 0.10 | 80.63 | 0.75 | 0.58 |
| Hex | AE | E5 | 45 | 18 | 0 | 46 | A | 51 | 4B | 3A |
| Octal | 256 | 345 | 105 | 30 | 0 | 106 | 12 | 121 | 113 | 72 |
| Binary | 10101110 | 11100101 | 1000101 | 11000 | 0 | 1000110 | 1010 | 1010001 | 1001011 | 111010 |
Color Harmonies of #AEE545
Complementary color
Monochromatic Colors of #AEE545
Black with #AEE545
Text Example
Text Example
White with #AEE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE545; }
p { color: rgb(174,229,69); }
H1.HeaderClassName
{
color: #AEE545;
}
.AnyTagClassName
{
color: #AEE545;
}
</style>
background-color css
<style>
a { background-color: #AEE545; }
a { background-color: rgb(174,229,69); }
div.DivClassName
{
background-color: #AEE545;
}
.BgClassName
{
background-color: #AEE545;
}
</style>
border-color css
<style>
span { border-color: #AEE545; }
span { border-color: rgb(174,229,69); }
td.TdClassName
{
border-color: #AEE545;
}
.TagClassName
{
border-color: #AEE545;
}
</style>