Shades of Conifer #AEE245
Tints of Conifer #AEE245
RGB
CMYK
RGB Variations
Color information
#AEE245 (or 0xAEE245) is known color: Conifer. HEX triplet: AE, E2 and 45. RGB value is (174,226,69). Sum of RGB (Red+Green+Blue) = 174+226+69=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE245 is #511DBA. Grayscale: #C1C1C1. Windows color (decimal): -5316027 or 4580014. OLE color: 4580014.
HSL color Cylindrical-coordinate representation of color #AEE245: hue angle of 79.87º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEE245 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 69 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.11 |
| HSL | 79.87º | 0.73% | 0.58% | - |
| HSV(B) | 79.87º | 0.69% | 0.89% | - |
| XYZ | 45.73 | 63.82 | 15.54 | - |
| YUV | 192.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 69 | 0.23 | 0 | 0.69 | 0.11 | 79.87 | 0.73 | 0.58 |
| Hex | AE | E2 | 45 | 17 | 0 | 45 | B | 50 | 49 | 3A |
| Octal | 256 | 342 | 105 | 27 | 0 | 105 | 13 | 120 | 111 | 72 |
| Binary | 10101110 | 11100010 | 1000101 | 10111 | 0 | 1000101 | 1011 | 1010000 | 1001001 | 111010 |
Color Harmonies of #AEE245
Complementary color
Monochromatic Colors of #AEE245
Black with #AEE245
Text Example
Text Example
White with #AEE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE245; }
p { color: rgb(174,226,69); }
H1.HeaderClassName
{
color: #AEE245;
}
.AnyTagClassName
{
color: #AEE245;
}
</style>
background-color css
<style>
a { background-color: #AEE245; }
a { background-color: rgb(174,226,69); }
div.DivClassName
{
background-color: #AEE245;
}
.BgClassName
{
background-color: #AEE245;
}
</style>
border-color css
<style>
span { border-color: #AEE245; }
span { border-color: rgb(174,226,69); }
td.TdClassName
{
border-color: #AEE245;
}
.TagClassName
{
border-color: #AEE245;
}
</style>