Shades of Conifer #AEE964
Tints of Conifer #AEE964
RGB
CMYK
RGB Variations
Color information
#AEE964 (or 0xAEE964) is known color: Conifer. HEX triplet: AE, E9 and 64. RGB value is (174,233,100). Sum of RGB (Red+Green+Blue) = 174+233+100=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE964 is #51169B. Grayscale: #C8C8C8. Windows color (decimal): -5314204 or 6613422. OLE color: 6613422.
HSL color Cylindrical-coordinate representation of color #AEE964: hue angle of 86.62º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEE964 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 233 | 100 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.09 |
| HSL | 86.62º | 0.75% | 0.65% | - |
| HSV(B) | 86.62º | 0.57% | 0.91% | - |
| XYZ | 48.89 | 68.2 | 22.64 | - |
| YUV | 200.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 100 | 0.25 | 0 | 0.57 | 0.09 | 86.62 | 0.75 | 0.65 |
| Hex | AE | E9 | 64 | 19 | 0 | 39 | 9 | 57 | 4B | 41 |
| Octal | 256 | 351 | 144 | 31 | 0 | 71 | 11 | 127 | 113 | 101 |
| Binary | 10101110 | 11101001 | 1100100 | 11001 | 0 | 111001 | 1001 | 1010111 | 1001011 | 1000001 |
Color Harmonies of #AEE964
Complementary color
Monochromatic Colors of #AEE964
Black with #AEE964
Text Example
Text Example
White with #AEE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE964; }
p { color: rgb(174,233,100); }
H1.HeaderClassName
{
color: #AEE964;
}
.AnyTagClassName
{
color: #AEE964;
}
</style>
background-color css
<style>
a { background-color: #AEE964; }
a { background-color: rgb(174,233,100); }
div.DivClassName
{
background-color: #AEE964;
}
.BgClassName
{
background-color: #AEE964;
}
</style>
border-color css
<style>
span { border-color: #AEE964; }
span { border-color: rgb(174,233,100); }
td.TdClassName
{
border-color: #AEE964;
}
.TagClassName
{
border-color: #AEE964;
}
</style>