Shades of Conifer #AEEC68
Tints of Conifer #AEEC68
RGB
CMYK
RGB Variations
Color information
#AEEC68 (or 0xAEEC68) is known color: Conifer. HEX triplet: AE, EC and 68. RGB value is (174,236,104). Sum of RGB (Red+Green+Blue) = 174+236+104=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC68 is #511397. Grayscale: #CACACA. Windows color (decimal): -5313432 or 6876334. OLE color: 6876334.
HSL color Cylindrical-coordinate representation of color #AEEC68: hue angle of 88.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEEC68 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 104 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.07 |
| HSL | 88.18º | 0.78% | 0.67% | - |
| HSV(B) | 88.18º | 0.56% | 0.93% | - |
| XYZ | 49.95 | 69.99 | 23.97 | - |
| YUV | 202.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 104 | 0.26 | 0 | 0.56 | 0.07 | 88.18 | 0.78 | 0.67 |
| Hex | AE | EC | 68 | 1A | 0 | 38 | 7 | 58 | 4E | 43 |
| Octal | 256 | 354 | 150 | 32 | 0 | 70 | 7 | 130 | 116 | 103 |
| Binary | 10101110 | 11101100 | 1101000 | 11010 | 0 | 111000 | 111 | 1011000 | 1001110 | 1000011 |
Color Harmonies of #AEEC68
Complementary color
Monochromatic Colors of #AEEC68
Black with #AEEC68
Text Example
Text Example
White with #AEEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC68; }
p { color: rgb(174,236,104); }
H1.HeaderClassName
{
color: #AEEC68;
}
.AnyTagClassName
{
color: #AEEC68;
}
</style>
background-color css
<style>
a { background-color: #AEEC68; }
a { background-color: rgb(174,236,104); }
div.DivClassName
{
background-color: #AEEC68;
}
.BgClassName
{
background-color: #AEEC68;
}
</style>
border-color css
<style>
span { border-color: #AEEC68; }
span { border-color: rgb(174,236,104); }
td.TdClassName
{
border-color: #AEEC68;
}
.TagClassName
{
border-color: #AEEC68;
}
</style>