Shades of Conifer #AEE552
Tints of Conifer #AEE552
RGB
CMYK
RGB Variations
Color information
#AEE552 (or 0xAEE552) is known color: Conifer. HEX triplet: AE, E5 and 52. RGB value is (174,229,82). Sum of RGB (Red+Green+Blue) = 174+229+82=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE552 is #511AAD. Grayscale: #C4C4C4. Windows color (decimal): -5315246 or 5432750. OLE color: 5432750.
HSL color Cylindrical-coordinate representation of color #AEE552: hue angle of 82.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEE552 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 82 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.10 |
| HSL | 82.45º | 0.74% | 0.61% | - |
| HSV(B) | 82.45º | 0.64% | 0.9% | - |
| XYZ | 47 | 65.65 | 18.18 | - |
| YUV | 195.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 82 | 0.24 | 0 | 0.64 | 0.10 | 82.45 | 0.74 | 0.61 |
| Hex | AE | E5 | 52 | 18 | 0 | 40 | A | 52 | 4A | 3D |
| Octal | 256 | 345 | 122 | 30 | 0 | 100 | 12 | 122 | 112 | 75 |
| Binary | 10101110 | 11100101 | 1010010 | 11000 | 0 | 1000000 | 1010 | 1010010 | 1001010 | 111101 |
Color Harmonies of #AEE552
Complementary color
Monochromatic Colors of #AEE552
Black with #AEE552
Text Example
Text Example
White with #AEE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE552; }
p { color: rgb(174,229,82); }
H1.HeaderClassName
{
color: #AEE552;
}
.AnyTagClassName
{
color: #AEE552;
}
</style>
background-color css
<style>
a { background-color: #AEE552; }
a { background-color: rgb(174,229,82); }
div.DivClassName
{
background-color: #AEE552;
}
.BgClassName
{
background-color: #AEE552;
}
</style>
border-color css
<style>
span { border-color: #AEE552; }
span { border-color: rgb(174,229,82); }
td.TdClassName
{
border-color: #AEE552;
}
.TagClassName
{
border-color: #AEE552;
}
</style>