Shades of Conifer #AEE241
Tints of Conifer #AEE241
RGB
CMYK
RGB Variations
Color information
#AEE241 (or 0xAEE241) is known color: Conifer. HEX triplet: AE, E2 and 41. RGB value is (174,226,65). Sum of RGB (Red+Green+Blue) = 174+226+65=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE241 is #511DBE. Grayscale: #C0C0C0. Windows color (decimal): -5316031 or 4317870. OLE color: 4317870.
HSL color Cylindrical-coordinate representation of color #AEE241: hue angle of 79.38º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEE241 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 65 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.11 |
| HSL | 79.38º | 0.74% | 0.57% | - |
| HSV(B) | 79.38º | 0.71% | 0.89% | - |
| XYZ | 45.61 | 63.77 | 14.91 | - |
| YUV | 192.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 65 | 0.23 | 0 | 0.71 | 0.11 | 79.38 | 0.74 | 0.57 |
| Hex | AE | E2 | 41 | 17 | 0 | 47 | B | 4F | 4A | 39 |
| Octal | 256 | 342 | 101 | 27 | 0 | 107 | 13 | 117 | 112 | 71 |
| Binary | 10101110 | 11100010 | 1000001 | 10111 | 0 | 1000111 | 1011 | 1001111 | 1001010 | 111001 |
Color Harmonies of #AEE241
Complementary color
Monochromatic Colors of #AEE241
Black with #AEE241
Text Example
Text Example
White with #AEE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE241; }
p { color: rgb(174,226,65); }
H1.HeaderClassName
{
color: #AEE241;
}
.AnyTagClassName
{
color: #AEE241;
}
</style>
background-color css
<style>
a { background-color: #AEE241; }
a { background-color: rgb(174,226,65); }
div.DivClassName
{
background-color: #AEE241;
}
.BgClassName
{
background-color: #AEE241;
}
</style>
border-color css
<style>
span { border-color: #AEE241; }
span { border-color: rgb(174,226,65); }
td.TdClassName
{
border-color: #AEE241;
}
.TagClassName
{
border-color: #AEE241;
}
</style>