Shades of Conifer #AEEA64
Tints of Conifer #AEEA64
RGB
CMYK
RGB Variations
Color information
#AEEA64 (or 0xAEEA64) is known color: Conifer. HEX triplet: AE, EA and 64. RGB value is (174,234,100). Sum of RGB (Red+Green+Blue) = 174+234+100=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA64 is #51159B. Grayscale: #C9C9C9. Windows color (decimal): -5313948 or 6613678. OLE color: 6613678.
HSL color Cylindrical-coordinate representation of color #AEEA64: hue angle of 86.87º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEEA64 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 100 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.08 |
| HSL | 86.87º | 0.76% | 0.65% | - |
| HSV(B) | 86.87º | 0.57% | 0.92% | - |
| XYZ | 49.18 | 68.76 | 22.74 | - |
| YUV | 200.78 | 71.12 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 100 | 0.26 | 0 | 0.57 | 0.08 | 86.87 | 0.76 | 0.65 |
| Hex | AE | EA | 64 | 1A | 0 | 39 | 8 | 57 | 4C | 41 |
| Octal | 256 | 352 | 144 | 32 | 0 | 71 | 10 | 127 | 114 | 101 |
| Binary | 10101110 | 11101010 | 1100100 | 11010 | 0 | 111001 | 1000 | 1010111 | 1001100 | 1000001 |
Color Harmonies of #AEEA64
Complementary color
Monochromatic Colors of #AEEA64
Black with #AEEA64
Text Example
Text Example
White with #AEEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA64; }
p { color: rgb(174,234,100); }
H1.HeaderClassName
{
color: #AEEA64;
}
.AnyTagClassName
{
color: #AEEA64;
}
</style>
background-color css
<style>
a { background-color: #AEEA64; }
a { background-color: rgb(174,234,100); }
div.DivClassName
{
background-color: #AEEA64;
}
.BgClassName
{
background-color: #AEEA64;
}
</style>
border-color css
<style>
span { border-color: #AEEA64; }
span { border-color: rgb(174,234,100); }
td.TdClassName
{
border-color: #AEEA64;
}
.TagClassName
{
border-color: #AEEA64;
}
</style>