Shades of Conifer #AEE264
Tints of Conifer #AEE264
RGB
CMYK
RGB Variations
Color information
#AEE264 (or 0xAEE264) is known color: Conifer. HEX triplet: AE, E2 and 64. RGB value is (174,226,100). Sum of RGB (Red+Green+Blue) = 174+226+100=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE264 is #511D9B. Grayscale: #C4C4C4. Windows color (decimal): -5315996 or 6611630. OLE color: 6611630.
HSL color Cylindrical-coordinate representation of color #AEE264: hue angle of 84.76º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEE264 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 100 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.11 |
| HSL | 84.76º | 0.68% | 0.64% | - |
| HSV(B) | 84.76º | 0.56% | 0.89% | - |
| XYZ | 46.95 | 64.31 | 22 | - |
| YUV | 196.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 100 | 0.23 | 0 | 0.56 | 0.11 | 84.76 | 0.68 | 0.64 |
| Hex | AE | E2 | 64 | 17 | 0 | 38 | B | 55 | 44 | 40 |
| Octal | 256 | 342 | 144 | 27 | 0 | 70 | 13 | 125 | 104 | 100 |
| Binary | 10101110 | 11100010 | 1100100 | 10111 | 0 | 111000 | 1011 | 1010101 | 1000100 | 1000000 |
Color Harmonies of #AEE264
Complementary color
Monochromatic Colors of #AEE264
Black with #AEE264
Text Example
Text Example
White with #AEE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE264; }
p { color: rgb(174,226,100); }
H1.HeaderClassName
{
color: #AEE264;
}
.AnyTagClassName
{
color: #AEE264;
}
</style>
background-color css
<style>
a { background-color: #AEE264; }
a { background-color: rgb(174,226,100); }
div.DivClassName
{
background-color: #AEE264;
}
.BgClassName
{
background-color: #AEE264;
}
</style>
border-color css
<style>
span { border-color: #AEE264; }
span { border-color: rgb(174,226,100); }
td.TdClassName
{
border-color: #AEE264;
}
.TagClassName
{
border-color: #AEE264;
}
</style>