Shades of Conifer #AEEC6A
Tints of Conifer #AEEC6A
RGB
CMYK
RGB Variations
Color information
#AEEC6A (or 0xAEEC6A) is known color: Conifer. HEX triplet: AE, EC and 6A. RGB value is (174,236,106). Sum of RGB (Red+Green+Blue) = 174+236+106=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC6A is #511395. Grayscale: #CBCBCB. Windows color (decimal): -5313430 or 7007406. OLE color: 7007406.
HSL color Cylindrical-coordinate representation of color #AEEC6A: hue angle of 88.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEEC6A is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 106 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.07 |
| HSL | 88.62º | 0.77% | 0.67% | - |
| HSV(B) | 88.62º | 0.55% | 0.93% | - |
| XYZ | 50.05 | 70.03 | 24.51 | - |
| YUV | 202.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 106 | 0.26 | 0 | 0.55 | 0.07 | 88.62 | 0.77 | 0.67 |
| Hex | AE | EC | 6A | 1A | 0 | 37 | 7 | 59 | 4D | 43 |
| Octal | 256 | 354 | 152 | 32 | 0 | 67 | 7 | 131 | 115 | 103 |
| Binary | 10101110 | 11101100 | 1101010 | 11010 | 0 | 110111 | 111 | 1011001 | 1001101 | 1000011 |
Color Harmonies of #AEEC6A
Complementary color
Monochromatic Colors of #AEEC6A
Black with #AEEC6A
Text Example
Text Example
White with #AEEC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC6A; }
p { color: rgb(174,236,106); }
H1.HeaderClassName
{
color: #AEEC6A;
}
.AnyTagClassName
{
color: #AEEC6A;
}
</style>
background-color css
<style>
a { background-color: #AEEC6A; }
a { background-color: rgb(174,236,106); }
div.DivClassName
{
background-color: #AEEC6A;
}
.BgClassName
{
background-color: #AEEC6A;
}
</style>
border-color css
<style>
span { border-color: #AEEC6A; }
span { border-color: rgb(174,236,106); }
td.TdClassName
{
border-color: #AEEC6A;
}
.TagClassName
{
border-color: #AEEC6A;
}
</style>