Shades of Conifer #AEF666
Tints of Conifer #AEF666
RGB
CMYK
RGB Variations
Color information
#AEF666 (or 0xAEF666) is known color: Conifer. HEX triplet: AE, F6 and 66. RGB value is (174,246,102). Sum of RGB (Red+Green+Blue) = 174+246+102=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF666 is #510999. Grayscale: #D0D0D0. Windows color (decimal): -5310874 or 6747822. OLE color: 6747822.
HSL color Cylindrical-coordinate representation of color #AEF666: hue angle of 90º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEF666 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 102 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.04 |
| HSL | 90º | 0.89% | 0.68% | - |
| HSV(B) | 90º | 0.59% | 0.96% | - |
| XYZ | 52.81 | 75.87 | 24.43 | - |
| YUV | 208.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 102 | 0.29 | 0 | 0.59 | 0.04 | 90 | 0.89 | 0.68 |
| Hex | AE | F6 | 66 | 1D | 0 | 3B | 4 | 5A | 59 | 44 |
| Octal | 256 | 366 | 146 | 35 | 0 | 73 | 4 | 132 | 131 | 104 |
| Binary | 10101110 | 11110110 | 1100110 | 11101 | 0 | 111011 | 100 | 1011010 | 1011001 | 1000100 |
Color Harmonies of #AEF666
Complementary color
Monochromatic Colors of #AEF666
Black with #AEF666
Text Example
Text Example
White with #AEF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF666; }
p { color: rgb(174,246,102); }
H1.HeaderClassName
{
color: #AEF666;
}
.AnyTagClassName
{
color: #AEF666;
}
</style>
background-color css
<style>
a { background-color: #AEF666; }
a { background-color: rgb(174,246,102); }
div.DivClassName
{
background-color: #AEF666;
}
.BgClassName
{
background-color: #AEF666;
}
</style>
border-color css
<style>
span { border-color: #AEF666; }
span { border-color: rgb(174,246,102); }
td.TdClassName
{
border-color: #AEF666;
}
.TagClassName
{
border-color: #AEF666;
}
</style>