Shades of Conifer #AEE265
Tints of Conifer #AEE265
RGB
CMYK
RGB Variations
Color information
#AEE265 (or 0xAEE265) is known color: Conifer. HEX triplet: AE, E2 and 65. RGB value is (174,226,101). Sum of RGB (Red+Green+Blue) = 174+226+101=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE265 is #511D9A. Grayscale: #C4C4C4. Windows color (decimal): -5315995 or 6677166. OLE color: 6677166.
HSL color Cylindrical-coordinate representation of color #AEE265: hue angle of 84.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEE265 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.11 |
| HSL | 84.96º | 0.68% | 0.64% | - |
| HSV(B) | 84.96º | 0.55% | 0.89% | - |
| XYZ | 47 | 64.33 | 22.25 | - |
| YUV | 196.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 101 | 0.23 | 0 | 0.55 | 0.11 | 84.96 | 0.68 | 0.64 |
| Hex | AE | E2 | 65 | 17 | 0 | 37 | B | 55 | 44 | 40 |
| Octal | 256 | 342 | 145 | 27 | 0 | 67 | 13 | 125 | 104 | 100 |
| Binary | 10101110 | 11100010 | 1100101 | 10111 | 0 | 110111 | 1011 | 1010101 | 1000100 | 1000000 |
Color Harmonies of #AEE265
Complementary color
Monochromatic Colors of #AEE265
Black with #AEE265
Text Example
Text Example
White with #AEE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE265; }
p { color: rgb(174,226,101); }
H1.HeaderClassName
{
color: #AEE265;
}
.AnyTagClassName
{
color: #AEE265;
}
</style>
background-color css
<style>
a { background-color: #AEE265; }
a { background-color: rgb(174,226,101); }
div.DivClassName
{
background-color: #AEE265;
}
.BgClassName
{
background-color: #AEE265;
}
</style>
border-color css
<style>
span { border-color: #AEE265; }
span { border-color: rgb(174,226,101); }
td.TdClassName
{
border-color: #AEE265;
}
.TagClassName
{
border-color: #AEE265;
}
</style>